Shades of Fuchsia #B72DB8
Tints of Fuchsia #B72DB8
RGB
CMYK
RGB Variations
Color information
#B72DB8 (or 0xB72DB8) is known color: Fuchsia. HEX triplet: B7, 2D and B8. RGB value is (183,45,184). Sum of RGB (Red+Green+Blue) = 183+45+184=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 184 - color contains mainly: blue. Hex color #B72DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72DB8 is #48D247. Grayscale: #656565. Windows color (decimal): -4772424 or 12070327. OLE color: 12070327.
HSL color Cylindrical-coordinate representation of color #B72DB8: hue angle of 299.57º 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 #B72DB8 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 184 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.28 |
| HSL | 299.57º | 0.61% | 0.45% | - |
| HSV(B) | 299.57º | 0.76% | 0.72% | - |
| XYZ | 29.12 | 15.4 | 46.79 | - |
| YUV | 102.11 | 174.22 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 184 | 0.01 | 0.76 | 0 | 0.28 | 299.57 | 0.61 | 0.45 |
| Hex | B7 | 2D | B8 | 1 | 4C | 0 | 1C | 12C | 3D | 2D |
| Octal | 267 | 55 | 270 | 1 | 114 | 0 | 34 | 454 | 75 | 55 |
| Binary | 10110111 | 101101 | 10111000 | 1 | 1001100 | 0 | 11100 | 100101100 | 111101 | 101101 |
Color Harmonies of #B72DB8
Complementary color
Monochromatic Colors of #B72DB8
Black with #B72DB8
Text Example
Text Example
White with #B72DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72DB8; }
p { color: rgb(183,45,184); }
H1.HeaderClassName
{
color: #B72DB8;
}
.AnyTagClassName
{
color: #B72DB8;
}
</style>
background-color css
<style>
a { background-color: #B72DB8; }
a { background-color: rgb(183,45,184); }
div.DivClassName
{
background-color: #B72DB8;
}
.BgClassName
{
background-color: #B72DB8;
}
</style>
border-color css
<style>
span { border-color: #B72DB8; }
span { border-color: rgb(183,45,184); }
td.TdClassName
{
border-color: #B72DB8;
}
.TagClassName
{
border-color: #B72DB8;
}
</style>