Shades of Fuchsia #B72AB5
Tints of Fuchsia #B72AB5
RGB
CMYK
RGB Variations
Color information
#B72AB5 (or 0xB72AB5) is known color: Fuchsia. HEX triplet: B7, 2A and B5. RGB value is (183,42,181). Sum of RGB (Red+Green+Blue) = 183+42+181=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B72AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72AB5 is #48D54A. Grayscale: #636363. Windows color (decimal): -4773195 or 11872951. OLE color: 11872951.
HSL color Cylindrical-coordinate representation of color #B72AB5: hue angle of 300.85º 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 #B72AB5 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 42 | 181 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.28 |
| HSL | 300.85º | 0.63% | 0.44% | - |
| HSV(B) | 300.85º | 0.77% | 0.72% | - |
| XYZ | 28.7 | 15.06 | 45.11 | - |
| YUV | 100.01 | 173.71 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 181 | 0 | 0.77 | 0.01 | 0.28 | 300.85 | 0.63 | 0.44 |
| Hex | B7 | 2A | B5 | 0 | 4D | 1 | 1C | 12D | 3F | 2C |
| Octal | 267 | 52 | 265 | 0 | 115 | 1 | 34 | 455 | 77 | 54 |
| Binary | 10110111 | 101010 | 10110101 | 0 | 1001101 | 1 | 11100 | 100101101 | 111111 | 101100 |
Color Harmonies of #B72AB5
Complementary color
Monochromatic Colors of #B72AB5
Black with #B72AB5
Text Example
Text Example
White with #B72AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72AB5; }
p { color: rgb(183,42,181); }
H1.HeaderClassName
{
color: #B72AB5;
}
.AnyTagClassName
{
color: #B72AB5;
}
</style>
background-color css
<style>
a { background-color: #B72AB5; }
a { background-color: rgb(183,42,181); }
div.DivClassName
{
background-color: #B72AB5;
}
.BgClassName
{
background-color: #B72AB5;
}
</style>
border-color css
<style>
span { border-color: #B72AB5; }
span { border-color: rgb(183,42,181); }
td.TdClassName
{
border-color: #B72AB5;
}
.TagClassName
{
border-color: #B72AB5;
}
</style>