Shades of Fuchsia #B72CBC
Tints of Fuchsia #B72CBC
RGB
CMYK
RGB Variations
Color information
#B72CBC (or 0xB72CBC) is known color: Fuchsia. HEX triplet: B7, 2C and BC. RGB value is (183,44,188). Sum of RGB (Red+Green+Blue) = 183+44+188=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #B72CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CBC is #48D343. Grayscale: #656565. Windows color (decimal): -4772676 or 12332215. OLE color: 12332215.
HSL color Cylindrical-coordinate representation of color #B72CBC: hue angle of 297.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72CBC is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 44 | 188 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.26 |
| HSL | 297.92º | 0.62% | 0.45% | - |
| HSV(B) | 297.92º | 0.77% | 0.74% | - |
| XYZ | 29.51 | 15.5 | 49.01 | - |
| YUV | 101.98 | 176.55 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 188 | 0.03 | 0.77 | 0 | 0.26 | 297.92 | 0.62 | 0.45 |
| Hex | B7 | 2C | BC | 3 | 4D | 0 | 1A | 12A | 3E | 2D |
| Octal | 267 | 54 | 274 | 3 | 115 | 0 | 32 | 452 | 76 | 55 |
| Binary | 10110111 | 101100 | 10111100 | 11 | 1001101 | 0 | 11010 | 100101010 | 111110 | 101101 |
Color Harmonies of #B72CBC
Complementary color
Monochromatic Colors of #B72CBC
Black with #B72CBC
Text Example
Text Example
White with #B72CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72CBC; }
p { color: rgb(183,44,188); }
H1.HeaderClassName
{
color: #B72CBC;
}
.AnyTagClassName
{
color: #B72CBC;
}
</style>
background-color css
<style>
a { background-color: #B72CBC; }
a { background-color: rgb(183,44,188); }
div.DivClassName
{
background-color: #B72CBC;
}
.BgClassName
{
background-color: #B72CBC;
}
</style>
border-color css
<style>
span { border-color: #B72CBC; }
span { border-color: rgb(183,44,188); }
td.TdClassName
{
border-color: #B72CBC;
}
.TagClassName
{
border-color: #B72CBC;
}
</style>