Shades of Fuchsia #B72EBD
Tints of Fuchsia #B72EBD
RGB
CMYK
RGB Variations
Color information
#B72EBD (or 0xB72EBD) is known color: Fuchsia. HEX triplet: B7, 2E and BD. RGB value is (183,46,189). Sum of RGB (Red+Green+Blue) = 183+46+189=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #B72EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72EBD is #48D142. Grayscale: #666666. Windows color (decimal): -4772163 or 12398263. OLE color: 12398263.
HSL color Cylindrical-coordinate representation of color #B72EBD: hue angle of 297.48º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72EBD is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 46 | 189 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.26 |
| HSL | 297.48º | 0.61% | 0.46% | - |
| HSV(B) | 297.48º | 0.76% | 0.74% | - |
| XYZ | 29.69 | 15.7 | 49.61 | - |
| YUV | 103.27 | 176.39 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 189 | 0.03 | 0.76 | 0 | 0.26 | 297.48 | 0.61 | 0.46 |
| Hex | B7 | 2E | BD | 3 | 4C | 0 | 1A | 129 | 3D | 2E |
| Octal | 267 | 56 | 275 | 3 | 114 | 0 | 32 | 451 | 75 | 56 |
| Binary | 10110111 | 101110 | 10111101 | 11 | 1001100 | 0 | 11010 | 100101001 | 111101 | 101110 |
Color Harmonies of #B72EBD
Complementary color
Monochromatic Colors of #B72EBD
Black with #B72EBD
Text Example
Text Example
White with #B72EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72EBD; }
p { color: rgb(183,46,189); }
H1.HeaderClassName
{
color: #B72EBD;
}
.AnyTagClassName
{
color: #B72EBD;
}
</style>
background-color css
<style>
a { background-color: #B72EBD; }
a { background-color: rgb(183,46,189); }
div.DivClassName
{
background-color: #B72EBD;
}
.BgClassName
{
background-color: #B72EBD;
}
</style>
border-color css
<style>
span { border-color: #B72EBD; }
span { border-color: rgb(183,46,189); }
td.TdClassName
{
border-color: #B72EBD;
}
.TagClassName
{
border-color: #B72EBD;
}
</style>