#BD71BE

Color #BD71BE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BD71BE

Tints of Fuchsia #BD71BE

Color information

#BD71BE (or 0xBD71BE) is unknown color: approx Fuchsia. HEX triplet: BD, 71 and BE. RGB value is (189,113,190). Sum of RGB (Red+Green+Blue) = 189+113+190=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD71BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71BE is #428E41. Grayscale: #909090. Windows color (decimal): -4361794 or 12480957. OLE color: 12480957.

HSL color Cylindrical-coordinate representation of color #BD71BE: hue angle of 299.22º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD71BE is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189113190-
CMYK0.010.4100.25
HSL299.22º37.2%59.41%-
HSV(B)299.22º40.53%74.51%-
XYZ36.1926.3551.89-
YUV144.5153.68159.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=38.41%
G=22.97%
B=38.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891131900.010.4100.25299.2237.259.41
HexBD71BE12901912b253b
Octal2751612761510314534573
Binary101111011110001101111101101001011001100101011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD71BE; }

 p { color: rgb(189,113,190); }

 H1.HeaderClassName
 {
   color: #BD71BE;
 }
 .AnyTagClassName
 {
   color: #BD71BE;
 }
</style>
background-color css

<style>
 a { background-color: #BD71BE; }

 a { background-color: rgb(189,113,190); }

 div.DivClassName
 {
   background-color: #BD71BE;
 }
 .BgClassName
 {
   background-color: #BD71BE;
 }
</style>
border-color css

<style>
 span { border-color: #BD71BE; }

 span { border-color: rgb(189,113,190); }

 td.TdClassName
 {
   border-color: #BD71BE;
 }
 .TagClassName
 {
   border-color: #BD71BE;
 }
</style>