#BF66BA

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

Shades of Fuchsia #BF66BA

Tints of Fuchsia #BF66BA

Color information

#BF66BA (or 0xBF66BA) is unknown color: approx Fuchsia. HEX triplet: BF, 66 and BA. RGB value is (191,102,186). Sum of RGB (Red+Green+Blue) = 191+102+186=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66BA is #409945. Grayscale: #898989. Windows color (decimal): -4233542 or 12215999. OLE color: 12215999.

HSL color Cylindrical-coordinate representation of color #BF66BA: hue angle of 303.37º 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 #BF66BA is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191102186-
CMYK00.470.030.25
HSL303.37º41.01%57.45%-
HSV(B)303.37º46.6%74.9%-
XYZ35.124.1249.26-
YUV138.19154.99165.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 102 (40.23% from 255) = 21.29%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=39.87%
G=21.29%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110218600.470.030.25303.3741.0157.45
HexBF66BA02F31912f2939
Octal2771462720573314575171
Binary1011111111001101011101001011111111001100101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF66BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF66BA; }

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

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

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

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

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

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

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

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