Shades of Fuchsia #B534BA
Tints of Fuchsia #B534BA
RGB
CMYK
RGB Variations
Color information
#B534BA (or 0xB534BA) is known color: Fuchsia. HEX triplet: B5, 34 and BA. RGB value is (181,52,186). Sum of RGB (Red+Green+Blue) = 181+52+186=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #B534BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534BA is #4ACB45. Grayscale: #696969. Windows color (decimal): -4901702 or 12203189. OLE color: 12203189.
HSL color Cylindrical-coordinate representation of color #B534BA: hue angle of 297.76º 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 #B534BA is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 52 | 186 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.27 |
| HSL | 297.76º | 0.56% | 0.47% | - |
| HSV(B) | 297.76º | 0.72% | 0.73% | - |
| XYZ | 29.15 | 15.82 | 47.97 | - |
| YUV | 105.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 186 | 0.03 | 0.72 | 0 | 0.27 | 297.76 | 0.56 | 0.47 |
| Hex | B5 | 34 | BA | 3 | 48 | 0 | 1B | 12A | 38 | 2F |
| Octal | 265 | 64 | 272 | 3 | 110 | 0 | 33 | 452 | 70 | 57 |
| Binary | 10110101 | 110100 | 10111010 | 11 | 1001000 | 0 | 11011 | 100101010 | 111000 | 101111 |
Color Harmonies of #B534BA
Complementary color
Monochromatic Colors of #B534BA
Black with #B534BA
Text Example
Text Example
White with #B534BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534BA; }
p { color: rgb(181,52,186); }
H1.HeaderClassName
{
color: #B534BA;
}
.AnyTagClassName
{
color: #B534BA;
}
</style>
background-color css
<style>
a { background-color: #B534BA; }
a { background-color: rgb(181,52,186); }
div.DivClassName
{
background-color: #B534BA;
}
.BgClassName
{
background-color: #B534BA;
}
</style>
border-color css
<style>
span { border-color: #B534BA; }
span { border-color: rgb(181,52,186); }
td.TdClassName
{
border-color: #B534BA;
}
.TagClassName
{
border-color: #B534BA;
}
</style>