Shades of Fuchsia #BB72B6
Tints of Fuchsia #BB72B6
RGB
CMYK
RGB Variations
Color information
#BB72B6 (or 0xBB72B6) is known color: Fuchsia. HEX triplet: BB, 72 and B6. RGB value is (187,114,182). Sum of RGB (Red+Green+Blue) = 187+114+182=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB72B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72B6 is #448D49. Grayscale: #8F8F8F. Windows color (decimal): -4492618 or 11956923. OLE color: 11956923.
HSL color Cylindrical-coordinate representation of color #BB72B6: hue angle of 304.11º 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 #BB72B6 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 182 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.27 |
| HSL | 304.11º | 0.35% | 0.59% | - |
| HSV(B) | 304.11º | 0.39% | 0.73% | - |
| XYZ | 34.95 | 25.98 | 47.43 | - |
| YUV | 143.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 182 | 0 | 0.39 | 0.03 | 0.27 | 304.11 | 0.35 | 0.59 |
| Hex | BB | 72 | B6 | 0 | 27 | 3 | 1B | 130 | 23 | 3B |
| Octal | 273 | 162 | 266 | 0 | 47 | 3 | 33 | 460 | 43 | 73 |
| Binary | 10111011 | 1110010 | 10110110 | 0 | 100111 | 11 | 11011 | 100110000 | 100011 | 111011 |
Color Harmonies of #BB72B6
Complementary color
Monochromatic Colors of #BB72B6
Black with #BB72B6
Text Example
Text Example
White with #BB72B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72B6; }
p { color: rgb(187,114,182); }
H1.HeaderClassName
{
color: #BB72B6;
}
.AnyTagClassName
{
color: #BB72B6;
}
</style>
background-color css
<style>
a { background-color: #BB72B6; }
a { background-color: rgb(187,114,182); }
div.DivClassName
{
background-color: #BB72B6;
}
.BgClassName
{
background-color: #BB72B6;
}
</style>
border-color css
<style>
span { border-color: #BB72B6; }
span { border-color: rgb(187,114,182); }
td.TdClassName
{
border-color: #BB72B6;
}
.TagClassName
{
border-color: #BB72B6;
}
</style>