#BF77BA

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

Shades of Fuchsia #BF77BA

Tints of Fuchsia #BF77BA

Color information

#BF77BA (or 0xBF77BA) is unknown color: approx Fuchsia. HEX triplet: BF, 77 and BA. RGB value is (191,119,186). Sum of RGB (Red+Green+Blue) = 191+119+186=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BF77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77BA is #408845. Grayscale: #939393. Windows color (decimal): -4229190 or 12220351. OLE color: 12220351.

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

Color convert

RGB191119186-
CMYK00.380.030.25
HSL304.17º36%60.78%-
HSV(B)304.17º37.7%74.9%-
XYZ36.9527.8249.88-
YUV148.17149.35158.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 119 (46.88% from 255) = 23.99%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=38.51%
G=23.99%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111918600.380.030.25304.173660.78
HexBF77BA026319130243d
Octal2771672720463314604475
Binary1011111111101111011101001001101111001100110000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF77BA; }

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

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

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

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

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

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

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

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