Shades of Fuchsia #B72CB3
Tints of Fuchsia #B72CB3
RGB
CMYK
RGB Variations
Color information
#B72CB3 (or 0xB72CB3) is known color: Fuchsia. HEX triplet: B7, 2C and B3. RGB value is (183,44,179). Sum of RGB (Red+Green+Blue) = 183+44+179=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B72CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CB3 is #48D34C. Grayscale: #646464. Windows color (decimal): -4772685 or 11742391. OLE color: 11742391.
HSL color Cylindrical-coordinate representation of color #B72CB3: hue angle of 301.73º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72CB3 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 179 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.28 |
| HSL | 301.73º | 0.61% | 0.45% | - |
| HSV(B) | 301.73º | 0.76% | 0.72% | - |
| XYZ | 28.57 | 15.12 | 44.06 | - |
| YUV | 100.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 179 | 0 | 0.76 | 0.02 | 0.28 | 301.73 | 0.61 | 0.45 |
| Hex | B7 | 2C | B3 | 0 | 4C | 2 | 1C | 12E | 3D | 2D |
| Octal | 267 | 54 | 263 | 0 | 114 | 2 | 34 | 456 | 75 | 55 |
| Binary | 10110111 | 101100 | 10110011 | 0 | 1001100 | 10 | 11100 | 100101110 | 111101 | 101101 |
Color Harmonies of #B72CB3
Complementary color
Monochromatic Colors of #B72CB3
Black with #B72CB3
Text Example
Text Example
White with #B72CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72CB3; }
p { color: rgb(183,44,179); }
H1.HeaderClassName
{
color: #B72CB3;
}
.AnyTagClassName
{
color: #B72CB3;
}
</style>
background-color css
<style>
a { background-color: #B72CB3; }
a { background-color: rgb(183,44,179); }
div.DivClassName
{
background-color: #B72CB3;
}
.BgClassName
{
background-color: #B72CB3;
}
</style>
border-color css
<style>
span { border-color: #B72CB3; }
span { border-color: rgb(183,44,179); }
td.TdClassName
{
border-color: #B72CB3;
}
.TagClassName
{
border-color: #B72CB3;
}
</style>