#BF72BB

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

Shades of Fuchsia #BF72BB

Tints of Fuchsia #BF72BB

Color information

#BF72BB (or 0xBF72BB) is unknown color: approx Fuchsia. HEX triplet: BF, 72 and BB. RGB value is (191,114,187). Sum of RGB (Red+Green+Blue) = 191+114+187=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF72BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72BB is #408D44. Grayscale: #919191. Windows color (decimal): -4230469 or 12284607. OLE color: 12284607.

HSL color Cylindrical-coordinate representation of color #BF72BB: hue angle of 303.12º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF72BB is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191114187-
CMYK00.400.020.25
HSL303.12º37.56%59.8%-
HSV(B)303.12º40.31%74.9%-
XYZ36.4726.750.24-
YUV145.34151.51160.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=38.82%
G=23.17%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111418700.400.020.25303.1237.5659.8
HexBF72BB02821912f263c
Octal2771622730502314574674
Binary1011111111100101011101101010001011001100101111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF72BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF72BB; }

 p { color: rgb(191,114,187); }

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

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

 a { background-color: rgb(191,114,187); }

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

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

 span { border-color: rgb(191,114,187); }

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