Shades of Fuchsia #B535BA
Tints of Fuchsia #B535BA
RGB
CMYK
RGB Variations
Color information
#B535BA (or 0xB535BA) is known color: Fuchsia. HEX triplet: B5, 35 and BA. RGB value is (181,53,186). Sum of RGB (Red+Green+Blue) = 181+53+186=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #B535BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535BA is #4ACA45. Grayscale: #6A6A6A. Windows color (decimal): -4901446 or 12203445. OLE color: 12203445.
HSL color Cylindrical-coordinate representation of color #B535BA: hue angle of 297.74º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B535BA is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 53 | 186 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.27 |
| HSL | 297.74º | 0.56% | 0.47% | - |
| HSV(B) | 297.74º | 0.72% | 0.73% | - |
| XYZ | 29.19 | 15.92 | 47.99 | - |
| YUV | 106.43 | 172.91 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 186 | 0.03 | 0.72 | 0 | 0.27 | 297.74 | 0.56 | 0.47 |
| Hex | B5 | 35 | BA | 3 | 48 | 0 | 1B | 12A | 38 | 2F |
| Octal | 265 | 65 | 272 | 3 | 110 | 0 | 33 | 452 | 70 | 57 |
| Binary | 10110101 | 110101 | 10111010 | 11 | 1001000 | 0 | 11011 | 100101010 | 111000 | 101111 |
Color Harmonies of #B535BA
Complementary color
Monochromatic Colors of #B535BA
Black with #B535BA
Text Example
Text Example
White with #B535BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B535BA; }
p { color: rgb(181,53,186); }
H1.HeaderClassName
{
color: #B535BA;
}
.AnyTagClassName
{
color: #B535BA;
}
</style>
background-color css
<style>
a { background-color: #B535BA; }
a { background-color: rgb(181,53,186); }
div.DivClassName
{
background-color: #B535BA;
}
.BgClassName
{
background-color: #B535BA;
}
</style>
border-color css
<style>
span { border-color: #B535BA; }
span { border-color: rgb(181,53,186); }
td.TdClassName
{
border-color: #B535BA;
}
.TagClassName
{
border-color: #B535BA;
}
</style>