#BB72BD

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

Shades of Fuchsia #BB72BD

Tints of Fuchsia #BB72BD

Color information

#BB72BD (or 0xBB72BD) is unknown color: approx Fuchsia. HEX triplet: BB, 72 and BD. RGB value is (187,114,189). Sum of RGB (Red+Green+Blue) = 187+114+189=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB72BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72BD is #448D42. Grayscale: #909090. Windows color (decimal): -4492611 or 12415675. OLE color: 12415675.

HSL color Cylindrical-coordinate representation of color #BB72BD: hue angle of 298.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB72BD is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187114189-
CMYK0.010.4000.26
HSL298.4º36.23%59.41%-
HSV(B)298.4º39.68%74.12%-
XYZ35.726.2751.33-
YUV144.38153.18158.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 114 (44.92% from 255) = 23.27%
BLUE value IS 189 (74.22% from 255) = 38.57%
R=38.16%
G=23.27%
B=38.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871141890.010.4000.26298.436.2359.41
HexBB72BD12801A12a243b
Octal2731622751500324524473
Binary101110111110010101111011101000011010100101010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB72BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB72BD; }

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

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

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

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

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

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

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

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