Shades of Fuchsia #B536A8
Tints of Fuchsia #B536A8
RGB
CMYK
RGB Variations
Color information
#B536A8 (or 0xB536A8) is known color: Fuchsia. HEX triplet: B5, 36 and A8. RGB value is (181,54,168). Sum of RGB (Red+Green+Blue) = 181+54+168=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B536A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B536A8 is #4AC957. Grayscale: #686868. Windows color (decimal): -4901208 or 11024053. OLE color: 11024053.
HSL color Cylindrical-coordinate representation of color #B536A8: hue angle of 306.14º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B536A8 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 168 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.29 |
| HSL | 306.14º | 0.54% | 0.46% | - |
| HSV(B) | 306.14º | 0.7% | 0.71% | - |
| XYZ | 27.44 | 15.29 | 38.55 | - |
| YUV | 104.97 | 163.58 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 168 | 0 | 0.70 | 0.07 | 0.29 | 306.14 | 0.54 | 0.46 |
| Hex | B5 | 36 | A8 | 0 | 46 | 7 | 1D | 132 | 36 | 2E |
| Octal | 265 | 66 | 250 | 0 | 106 | 7 | 35 | 462 | 66 | 56 |
| Binary | 10110101 | 110110 | 10101000 | 0 | 1000110 | 111 | 11101 | 100110010 | 110110 | 101110 |
Color Harmonies of #B536A8
Complementary color
Monochromatic Colors of #B536A8
Black with #B536A8
Text Example
Text Example
White with #B536A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B536A8; }
p { color: rgb(181,54,168); }
H1.HeaderClassName
{
color: #B536A8;
}
.AnyTagClassName
{
color: #B536A8;
}
</style>
background-color css
<style>
a { background-color: #B536A8; }
a { background-color: rgb(181,54,168); }
div.DivClassName
{
background-color: #B536A8;
}
.BgClassName
{
background-color: #B536A8;
}
</style>
border-color css
<style>
span { border-color: #B536A8; }
span { border-color: rgb(181,54,168); }
td.TdClassName
{
border-color: #B536A8;
}
.TagClassName
{
border-color: #B536A8;
}
</style>