Shades of Fuchsia #B72CBB
Tints of Fuchsia #B72CBB
RGB
CMYK
RGB Variations
Color information
#B72CBB (or 0xB72CBB) is known color: Fuchsia. HEX triplet: B7, 2C and BB. RGB value is (183,44,187). Sum of RGB (Red+Green+Blue) = 183+44+187=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #B72CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CBB is #48D344. Grayscale: #656565. Windows color (decimal): -4772677 or 12266679. OLE color: 12266679.
HSL color Cylindrical-coordinate representation of color #B72CBB: hue angle of 298.32º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72CBB is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 44 | 187 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.27 |
| HSL | 298.32º | 0.62% | 0.45% | - |
| HSV(B) | 298.32º | 0.76% | 0.73% | - |
| XYZ | 29.4 | 15.46 | 48.45 | - |
| YUV | 101.86 | 176.05 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 187 | 0.02 | 0.76 | 0 | 0.27 | 298.32 | 0.62 | 0.45 |
| Hex | B7 | 2C | BB | 2 | 4C | 0 | 1B | 12A | 3E | 2D |
| Octal | 267 | 54 | 273 | 2 | 114 | 0 | 33 | 452 | 76 | 55 |
| Binary | 10110111 | 101100 | 10111011 | 10 | 1001100 | 0 | 11011 | 100101010 | 111110 | 101101 |
Color Harmonies of #B72CBB
Complementary color
Monochromatic Colors of #B72CBB
Black with #B72CBB
Text Example
Text Example
White with #B72CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72CBB; }
p { color: rgb(183,44,187); }
H1.HeaderClassName
{
color: #B72CBB;
}
.AnyTagClassName
{
color: #B72CBB;
}
</style>
background-color css
<style>
a { background-color: #B72CBB; }
a { background-color: rgb(183,44,187); }
div.DivClassName
{
background-color: #B72CBB;
}
.BgClassName
{
background-color: #B72CBB;
}
</style>
border-color css
<style>
span { border-color: #B72CBB; }
span { border-color: rgb(183,44,187); }
td.TdClassName
{
border-color: #B72CBB;
}
.TagClassName
{
border-color: #B72CBB;
}
</style>