#BB72BF

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

Shades of Fuchsia #BB72BF

Tints of Fuchsia #BB72BF

Color information

#BB72BF (or 0xBB72BF) is unknown color: approx Fuchsia. HEX triplet: BB, 72 and BF. RGB value is (187,114,191). Sum of RGB (Red+Green+Blue) = 187+114+191=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB72BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72BF is #448D40. Grayscale: #909090. Windows color (decimal): -4492609 or 12546747. OLE color: 12546747.

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

Color convert

RGB187114191-
CMYK0.020.4000.25
HSL296.88º37.56%59.8%-
HSV(B)296.88º40.31%74.9%-
XYZ35.9126.3652.49-
YUV144.6154.18158.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871141910.020.4000.25296.8837.5659.8
HexBB72BF228019129263c
Octal2731622772500314514674
Binary1011101111100101011111110101000011001100101001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB72BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB72BF; }

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

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

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

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

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

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

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

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