Shades of Fuchsia #B72EBA
Tints of Fuchsia #B72EBA
RGB
CMYK
RGB Variations
Color information
#B72EBA (or 0xB72EBA) is known color: Fuchsia. HEX triplet: B7, 2E and BA. RGB value is (183,46,186). Sum of RGB (Red+Green+Blue) = 183+46+186=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #B72EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72EBA is #48D145. Grayscale: #666666. Windows color (decimal): -4772166 or 12201655. OLE color: 12201655.
HSL color Cylindrical-coordinate representation of color #B72EBA: hue angle of 298.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72EBA is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 46 | 186 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.27 |
| HSL | 298.71º | 0.6% | 0.45% | - |
| HSV(B) | 298.71º | 0.75% | 0.73% | - |
| XYZ | 29.37 | 15.57 | 47.91 | - |
| YUV | 102.92 | 174.89 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 186 | 0.02 | 0.75 | 0 | 0.27 | 298.71 | 0.6 | 0.45 |
| Hex | B7 | 2E | BA | 2 | 4B | 0 | 1B | 12B | 3C | 2D |
| Octal | 267 | 56 | 272 | 2 | 113 | 0 | 33 | 453 | 74 | 55 |
| Binary | 10110111 | 101110 | 10111010 | 10 | 1001011 | 0 | 11011 | 100101011 | 111100 | 101101 |
Color Harmonies of #B72EBA
Complementary color
Monochromatic Colors of #B72EBA
Black with #B72EBA
Text Example
Text Example
White with #B72EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72EBA; }
p { color: rgb(183,46,186); }
H1.HeaderClassName
{
color: #B72EBA;
}
.AnyTagClassName
{
color: #B72EBA;
}
</style>
background-color css
<style>
a { background-color: #B72EBA; }
a { background-color: rgb(183,46,186); }
div.DivClassName
{
background-color: #B72EBA;
}
.BgClassName
{
background-color: #B72EBA;
}
</style>
border-color css
<style>
span { border-color: #B72EBA; }
span { border-color: rgb(183,46,186); }
td.TdClassName
{
border-color: #B72EBA;
}
.TagClassName
{
border-color: #B72EBA;
}
</style>