#BF76BE

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

Shades of Fuchsia #BF76BE

Tints of Fuchsia #BF76BE

Color information

#BF76BE (or 0xBF76BE) is unknown color: approx Fuchsia. HEX triplet: BF, 76 and BE. RGB value is (191,118,190). Sum of RGB (Red+Green+Blue) = 191+118+190=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BF76BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76BE is #408941. Grayscale: #939393. Windows color (decimal): -4229442 or 12482239. OLE color: 12482239.

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

Color convert

RGB191118190-
CMYK00.380.010.25
HSL300.82º36.32%60.59%-
HSV(B)300.82º38.22%74.9%-
XYZ37.2627.7552.11-
YUV148.04151.68158.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 118 (46.48% from 255) = 23.65%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=38.28%
G=23.65%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111819000.380.010.25300.8236.3260.59
HexBF76BE02611912d243d
Octal2771662760461314554475
Binary101111111110110101111100100110111001100101101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF76BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF76BE; }

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

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

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

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

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

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

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

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