Shades of Fuchsia #B534AD
Tints of Fuchsia #B534AD
RGB
CMYK
RGB Variations
Color information
#B534AD (or 0xB534AD) is known color: Fuchsia. HEX triplet: B5, 34 and AD. RGB value is (181,52,173). Sum of RGB (Red+Green+Blue) = 181+52+173=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B534AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B534AD is #4ACB52. Grayscale: #686868. Windows color (decimal): -4901715 or 11351221. OLE color: 11351221.
HSL color Cylindrical-coordinate representation of color #B534AD: hue angle of 303.72º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B534AD is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 173 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.29 |
| HSL | 303.72º | 0.55% | 0.46% | - |
| HSV(B) | 303.72º | 0.71% | 0.71% | - |
| XYZ | 27.83 | 15.3 | 41.02 | - |
| YUV | 104.37 | 166.74 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 173 | 0 | 0.71 | 0.04 | 0.29 | 303.72 | 0.55 | 0.46 |
| Hex | B5 | 34 | AD | 0 | 47 | 4 | 1D | 130 | 37 | 2E |
| Octal | 265 | 64 | 255 | 0 | 107 | 4 | 35 | 460 | 67 | 56 |
| Binary | 10110101 | 110100 | 10101101 | 0 | 1000111 | 100 | 11101 | 100110000 | 110111 | 101110 |
Color Harmonies of #B534AD
Complementary color
Monochromatic Colors of #B534AD
Black with #B534AD
Text Example
Text Example
White with #B534AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534AD; }
p { color: rgb(181,52,173); }
H1.HeaderClassName
{
color: #B534AD;
}
.AnyTagClassName
{
color: #B534AD;
}
</style>
background-color css
<style>
a { background-color: #B534AD; }
a { background-color: rgb(181,52,173); }
div.DivClassName
{
background-color: #B534AD;
}
.BgClassName
{
background-color: #B534AD;
}
</style>
border-color css
<style>
span { border-color: #B534AD; }
span { border-color: rgb(181,52,173); }
td.TdClassName
{
border-color: #B534AD;
}
.TagClassName
{
border-color: #B534AD;
}
</style>