Shades of Fuchsia #B72AAC
Tints of Fuchsia #B72AAC
RGB
CMYK
RGB Variations
Color information
#B72AAC (or 0xB72AAC) is known color: Fuchsia. HEX triplet: B7, 2A and AC. RGB value is (183,42,172). Sum of RGB (Red+Green+Blue) = 183+42+172=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B72AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72AAC is #48D553. Grayscale: #626262. Windows color (decimal): -4773204 or 11283127. OLE color: 11283127.
HSL color Cylindrical-coordinate representation of color #B72AAC: hue angle of 304.68º 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 #B72AAC is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 42 | 172 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.28 |
| HSL | 304.68º | 0.63% | 0.44% | - |
| HSV(B) | 304.68º | 0.77% | 0.72% | - |
| XYZ | 27.8 | 14.7 | 40.4 | - |
| YUV | 98.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 172 | 0 | 0.77 | 0.06 | 0.28 | 304.68 | 0.63 | 0.44 |
| Hex | B7 | 2A | AC | 0 | 4D | 6 | 1C | 131 | 3F | 2C |
| Octal | 267 | 52 | 254 | 0 | 115 | 6 | 34 | 461 | 77 | 54 |
| Binary | 10110111 | 101010 | 10101100 | 0 | 1001101 | 110 | 11100 | 100110001 | 111111 | 101100 |
Color Harmonies of #B72AAC
Complementary color
Monochromatic Colors of #B72AAC
Black with #B72AAC
Text Example
Text Example
White with #B72AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72AAC; }
p { color: rgb(183,42,172); }
H1.HeaderClassName
{
color: #B72AAC;
}
.AnyTagClassName
{
color: #B72AAC;
}
</style>
background-color css
<style>
a { background-color: #B72AAC; }
a { background-color: rgb(183,42,172); }
div.DivClassName
{
background-color: #B72AAC;
}
.BgClassName
{
background-color: #B72AAC;
}
</style>
border-color css
<style>
span { border-color: #B72AAC; }
span { border-color: rgb(183,42,172); }
td.TdClassName
{
border-color: #B72AAC;
}
.TagClassName
{
border-color: #B72AAC;
}
</style>