Shades of Fuchsia #B836A8
Tints of Fuchsia #B836A8
RGB
CMYK
RGB Variations
Color information
#B836A8 (or 0xB836A8) is known color: Fuchsia. HEX triplet: B8, 36 and A8. RGB value is (184,54,168). Sum of RGB (Red+Green+Blue) = 184+54+168=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B836A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B836A8 is #47C957. Grayscale: #696969. Windows color (decimal): -4704600 or 11024056. OLE color: 11024056.
HSL color Cylindrical-coordinate representation of color #B836A8: hue angle of 307.38º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B836A8 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 168 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.28 |
| HSL | 307.38º | 0.55% | 0.47% | - |
| HSV(B) | 307.38º | 0.71% | 0.72% | - |
| XYZ | 28.15 | 15.66 | 38.58 | - |
| YUV | 105.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 168 | 0 | 0.71 | 0.09 | 0.28 | 307.38 | 0.55 | 0.47 |
| Hex | B8 | 36 | A8 | 0 | 47 | 9 | 1C | 133 | 37 | 2F |
| Octal | 270 | 66 | 250 | 0 | 107 | 11 | 34 | 463 | 67 | 57 |
| Binary | 10111000 | 110110 | 10101000 | 0 | 1000111 | 1001 | 11100 | 100110011 | 110111 | 101111 |
Color Harmonies of #B836A8
Complementary color
Monochromatic Colors of #B836A8
Black with #B836A8
Text Example
Text Example
White with #B836A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836A8; }
p { color: rgb(184,54,168); }
H1.HeaderClassName
{
color: #B836A8;
}
.AnyTagClassName
{
color: #B836A8;
}
</style>
background-color css
<style>
a { background-color: #B836A8; }
a { background-color: rgb(184,54,168); }
div.DivClassName
{
background-color: #B836A8;
}
.BgClassName
{
background-color: #B836A8;
}
</style>
border-color css
<style>
span { border-color: #B836A8; }
span { border-color: rgb(184,54,168); }
td.TdClassName
{
border-color: #B836A8;
}
.TagClassName
{
border-color: #B836A8;
}
</style>