Shades of Fuchsia #B72AB8
Tints of Fuchsia #B72AB8
RGB
CMYK
RGB Variations
Color information
#B72AB8 (or 0xB72AB8) is known color: Fuchsia. HEX triplet: B7, 2A and B8. RGB value is (183,42,184). Sum of RGB (Red+Green+Blue) = 183+42+184=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 184 - color contains mainly: blue. Hex color #B72AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72AB8 is #48D547. Grayscale: #636363. Windows color (decimal): -4773192 or 12069559. OLE color: 12069559.
HSL color Cylindrical-coordinate representation of color #B72AB8: hue angle of 299.58º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72AB8 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 42 | 184 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.28 |
| HSL | 299.58º | 0.63% | 0.44% | - |
| HSV(B) | 299.58º | 0.77% | 0.72% | - |
| XYZ | 29.01 | 15.18 | 46.75 | - |
| YUV | 100.35 | 175.21 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 184 | 0.01 | 0.77 | 0 | 0.28 | 299.58 | 0.63 | 0.44 |
| Hex | B7 | 2A | B8 | 1 | 4D | 0 | 1C | 12C | 3F | 2C |
| Octal | 267 | 52 | 270 | 1 | 115 | 0 | 34 | 454 | 77 | 54 |
| Binary | 10110111 | 101010 | 10111000 | 1 | 1001101 | 0 | 11100 | 100101100 | 111111 | 101100 |
Color Harmonies of #B72AB8
Complementary color
Monochromatic Colors of #B72AB8
Black with #B72AB8
Text Example
Text Example
White with #B72AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72AB8; }
p { color: rgb(183,42,184); }
H1.HeaderClassName
{
color: #B72AB8;
}
.AnyTagClassName
{
color: #B72AB8;
}
</style>
background-color css
<style>
a { background-color: #B72AB8; }
a { background-color: rgb(183,42,184); }
div.DivClassName
{
background-color: #B72AB8;
}
.BgClassName
{
background-color: #B72AB8;
}
</style>
border-color css
<style>
span { border-color: #B72AB8; }
span { border-color: rgb(183,42,184); }
td.TdClassName
{
border-color: #B72AB8;
}
.TagClassName
{
border-color: #B72AB8;
}
</style>