#BF76BA

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

Shades of Fuchsia #BF76BA

Tints of Fuchsia #BF76BA

Color information

#BF76BA (or 0xBF76BA) is unknown color: approx Fuchsia. HEX triplet: BF, 76 and BA. RGB value is (191,118,186). Sum of RGB (Red+Green+Blue) = 191+118+186=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76BA is #408945. Grayscale: #939393. Windows color (decimal): -4229446 or 12220095. OLE color: 12220095.

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

Color convert

RGB191118186-
CMYK00.380.030.25
HSL304.11º36.32%60.59%-
HSV(B)304.11º38.22%74.9%-
XYZ36.8327.5849.84-
YUV147.58149.68158.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 118 (46.48% from 255) = 23.84%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=38.59%
G=23.84%
B=37.58%

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
Decimal19111818600.380.030.25304.1136.3260.59
HexBF76BA026319130243d
Octal2771662720463314604475
Binary1011111111101101011101001001101111001100110000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF76BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF76BA; }

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

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

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

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

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

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

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

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