#BF66BE

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

Shades of Fuchsia #BF66BE

Tints of Fuchsia #BF66BE

Color information

#BF66BE (or 0xBF66BE) is unknown color: approx Fuchsia. HEX triplet: BF, 66 and BE. RGB value is (191,102,190). Sum of RGB (Red+Green+Blue) = 191+102+190=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF66BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66BE is #409941. Grayscale: #8A8A8A. Windows color (decimal): -4233538 or 12478143. OLE color: 12478143.

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

Color convert

RGB191102190-
CMYK00.470.010.25
HSL300.67º41.01%57.45%-
HSV(B)300.67º46.6%74.9%-
XYZ35.5324.351.53-
YUV138.64156.99165.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 102 (40.23% from 255) = 21.12%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=39.54%
G=21.12%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110219000.470.010.25300.6741.0157.45
HexBF66BE02F11912d2939
Octal2771462760571314555171
Binary101111111100110101111100101111111001100101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF66BE; }

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

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

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

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

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

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

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

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