Shades of Fuchsia #B72AB3
Tints of Fuchsia #B72AB3
RGB
CMYK
RGB Variations
Color information
#B72AB3 (or 0xB72AB3) is known color: Fuchsia. HEX triplet: B7, 2A and B3. RGB value is (183,42,179). Sum of RGB (Red+Green+Blue) = 183+42+179=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B72AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72AB3 is #48D54C. Grayscale: #636363. Windows color (decimal): -4773197 or 11741879. OLE color: 11741879.
HSL color Cylindrical-coordinate representation of color #B72AB3: hue angle of 301.7º 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 #B72AB3 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 42 | 179 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.28 |
| HSL | 301.7º | 0.63% | 0.44% | - |
| HSV(B) | 301.7º | 0.77% | 0.72% | - |
| XYZ | 28.49 | 14.98 | 44.04 | - |
| YUV | 99.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 179 | 0 | 0.77 | 0.02 | 0.28 | 301.7 | 0.63 | 0.44 |
| Hex | B7 | 2A | B3 | 0 | 4D | 2 | 1C | 12E | 3F | 2C |
| Octal | 267 | 52 | 263 | 0 | 115 | 2 | 34 | 456 | 77 | 54 |
| Binary | 10110111 | 101010 | 10110011 | 0 | 1001101 | 10 | 11100 | 100101110 | 111111 | 101100 |
Color Harmonies of #B72AB3
Complementary color
Monochromatic Colors of #B72AB3
Black with #B72AB3
Text Example
Text Example
White with #B72AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72AB3; }
p { color: rgb(183,42,179); }
H1.HeaderClassName
{
color: #B72AB3;
}
.AnyTagClassName
{
color: #B72AB3;
}
</style>
background-color css
<style>
a { background-color: #B72AB3; }
a { background-color: rgb(183,42,179); }
div.DivClassName
{
background-color: #B72AB3;
}
.BgClassName
{
background-color: #B72AB3;
}
</style>
border-color css
<style>
span { border-color: #B72AB3; }
span { border-color: rgb(183,42,179); }
td.TdClassName
{
border-color: #B72AB3;
}
.TagClassName
{
border-color: #B72AB3;
}
</style>