Shades of Fuchsia #B536C5
Tints of Fuchsia #B536C5
RGB
CMYK
RGB Variations
Color information
#B536C5 (or 0xB536C5) is known color: Fuchsia. HEX triplet: B5, 36 and C5. RGB value is (181,54,197). Sum of RGB (Red+Green+Blue) = 181+54+197=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #B536C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B536C5 is #4AC93A. Grayscale: #6B6B6B. Windows color (decimal): -4901179 or 12924597. OLE color: 12924597.
HSL color Cylindrical-coordinate representation of color #B536C5: hue angle of 293.29º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B536C5 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 54 | 197 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.23 |
| HSL | 293.29º | 0.57% | 0.49% | - |
| HSV(B) | 293.29º | 0.73% | 0.77% | - |
| XYZ | 30.45 | 16.49 | 54.4 | - |
| YUV | 108.28 | 178.08 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 197 | 0.08 | 0.73 | 0 | 0.23 | 293.29 | 0.57 | 0.49 |
| Hex | B5 | 36 | C5 | 8 | 49 | 0 | 17 | 125 | 39 | 31 |
| Octal | 265 | 66 | 305 | 10 | 111 | 0 | 27 | 445 | 71 | 61 |
| Binary | 10110101 | 110110 | 11000101 | 1000 | 1001001 | 0 | 10111 | 100100101 | 111001 | 110001 |
Color Harmonies of #B536C5
Complementary color
Monochromatic Colors of #B536C5
Black with #B536C5
Text Example
Text Example
White with #B536C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B536C5; }
p { color: rgb(181,54,197); }
H1.HeaderClassName
{
color: #B536C5;
}
.AnyTagClassName
{
color: #B536C5;
}
</style>
background-color css
<style>
a { background-color: #B536C5; }
a { background-color: rgb(181,54,197); }
div.DivClassName
{
background-color: #B536C5;
}
.BgClassName
{
background-color: #B536C5;
}
</style>
border-color css
<style>
span { border-color: #B536C5; }
span { border-color: rgb(181,54,197); }
td.TdClassName
{
border-color: #B536C5;
}
.TagClassName
{
border-color: #B536C5;
}
</style>