#BD66BF

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

Shades of Fuchsia #BD66BF

Tints of Fuchsia #BD66BF

Color information

#BD66BF (or 0xBD66BF) is unknown color: approx Fuchsia. HEX triplet: BD, 66 and BF. RGB value is (189,102,191). Sum of RGB (Red+Green+Blue) = 189+102+191=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD66BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD66BF is #429940. Grayscale: #898989. Windows color (decimal): -4364609 or 12543677. OLE color: 12543677.

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

Color convert

RGB189102191-
CMYK0.010.4700.25
HSL298.65º41.01%57.45%-
HSV(B)298.65º46.6%74.9%-
XYZ35.1424.0852.09-
YUV138.16157.82164.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 191 (75% from 255) = 39.63%
R=39.21%
G=21.16%
B=39.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891021910.010.4700.25298.6541.0157.45
HexBD66BF12F01912b2939
Octal2751462771570314535171
Binary101111011100110101111111101111011001100101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD66BF; }

 p { color: rgb(189,102,191); }

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

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

 a { background-color: rgb(189,102,191); }

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

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

 span { border-color: rgb(189,102,191); }

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