Shades of Fuchsia #B72DAC
Tints of Fuchsia #B72DAC
RGB
CMYK
RGB Variations
Color information
#B72DAC (or 0xB72DAC) is known color: Fuchsia. HEX triplet: B7, 2D and AC. RGB value is (183,45,172). Sum of RGB (Red+Green+Blue) = 183+45+172=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B72DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72DAC is #48D253. Grayscale: #646464. Windows color (decimal): -4772436 or 11283895. OLE color: 11283895.
HSL color Cylindrical-coordinate representation of color #B72DAC: hue angle of 304.78º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72DAC is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 172 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.28 |
| HSL | 304.78º | 0.61% | 0.45% | - |
| HSV(B) | 304.78º | 0.75% | 0.72% | - |
| XYZ | 27.91 | 14.92 | 40.44 | - |
| YUV | 100.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 172 | 0 | 0.75 | 0.06 | 0.28 | 304.78 | 0.61 | 0.45 |
| Hex | B7 | 2D | AC | 0 | 4B | 6 | 1C | 131 | 3D | 2D |
| Octal | 267 | 55 | 254 | 0 | 113 | 6 | 34 | 461 | 75 | 55 |
| Binary | 10110111 | 101101 | 10101100 | 0 | 1001011 | 110 | 11100 | 100110001 | 111101 | 101101 |
Color Harmonies of #B72DAC
Complementary color
Monochromatic Colors of #B72DAC
Black with #B72DAC
Text Example
Text Example
White with #B72DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72DAC; }
p { color: rgb(183,45,172); }
H1.HeaderClassName
{
color: #B72DAC;
}
.AnyTagClassName
{
color: #B72DAC;
}
</style>
background-color css
<style>
a { background-color: #B72DAC; }
a { background-color: rgb(183,45,172); }
div.DivClassName
{
background-color: #B72DAC;
}
.BgClassName
{
background-color: #B72DAC;
}
</style>
border-color css
<style>
span { border-color: #B72DAC; }
span { border-color: rgb(183,45,172); }
td.TdClassName
{
border-color: #B72DAC;
}
.TagClassName
{
border-color: #B72DAC;
}
</style>