#BB72B1

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

Shades of Fuchsia #BB72B1

Tints of Fuchsia #BB72B1

Color information

#BB72B1 (or 0xBB72B1) is unknown color: approx Fuchsia. HEX triplet: BB, 72 and B1. RGB value is (187,114,177). Sum of RGB (Red+Green+Blue) = 187+114+177=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB72B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB72B1 is #448D4E. Grayscale: #8E8E8E. Windows color (decimal): -4492623 or 11629243. OLE color: 11629243.

HSL color Cylindrical-coordinate representation of color #BB72B1: hue angle of 308.22º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB72B1 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB187114177-
CMYK00.390.050.27
HSL308.22º34.93%59.02%-
HSV(B)308.22º39.04%73.33%-
XYZ34.4525.7744.75-
YUV143.01147.18159.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 114 (44.92% from 255) = 23.85%
BLUE value IS 177 (69.53% from 255) = 37.03%
R=39.12%
G=23.85%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711417700.390.050.27308.2234.9359.02
HexBB72B102751B134233b
Octal2731622610475334644373
Binary10111011111001010110001010011110111011100110100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB72B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB72B1; }

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

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

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

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

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

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

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

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