Shades of Fuchsia #B72BB5
Tints of Fuchsia #B72BB5
RGB
CMYK
RGB Variations
Color information
#B72BB5 (or 0xB72BB5) is known color: Fuchsia. HEX triplet: B7, 2B and B5. RGB value is (183,43,181). Sum of RGB (Red+Green+Blue) = 183+43+181=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B72BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BB5 is #48D44A. Grayscale: #646464. Windows color (decimal): -4772939 or 11873207. OLE color: 11873207.
HSL color Cylindrical-coordinate representation of color #B72BB5: hue angle of 300.86º degrees, saturation: 0.62, 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 #B72BB5 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 43 | 181 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.28 |
| HSL | 300.86º | 0.62% | 0.44% | - |
| HSV(B) | 300.86º | 0.77% | 0.72% | - |
| XYZ | 28.73 | 15.13 | 45.12 | - |
| YUV | 100.59 | 173.38 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 181 | 0 | 0.77 | 0.01 | 0.28 | 300.86 | 0.62 | 0.44 |
| Hex | B7 | 2B | B5 | 0 | 4D | 1 | 1C | 12D | 3E | 2C |
| Octal | 267 | 53 | 265 | 0 | 115 | 1 | 34 | 455 | 76 | 54 |
| Binary | 10110111 | 101011 | 10110101 | 0 | 1001101 | 1 | 11100 | 100101101 | 111110 | 101100 |
Color Harmonies of #B72BB5
Complementary color
Monochromatic Colors of #B72BB5
Black with #B72BB5
Text Example
Text Example
White with #B72BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72BB5; }
p { color: rgb(183,43,181); }
H1.HeaderClassName
{
color: #B72BB5;
}
.AnyTagClassName
{
color: #B72BB5;
}
</style>
background-color css
<style>
a { background-color: #B72BB5; }
a { background-color: rgb(183,43,181); }
div.DivClassName
{
background-color: #B72BB5;
}
.BgClassName
{
background-color: #B72BB5;
}
</style>
border-color css
<style>
span { border-color: #B72BB5; }
span { border-color: rgb(183,43,181); }
td.TdClassName
{
border-color: #B72BB5;
}
.TagClassName
{
border-color: #B72BB5;
}
</style>