Shades of Fuchsia #B534B2
Tints of Fuchsia #B534B2
RGB
CMYK
RGB Variations
Color information
#B534B2 (or 0xB534B2) is known color: Fuchsia. HEX triplet: B5, 34 and B2. RGB value is (181,52,178). Sum of RGB (Red+Green+Blue) = 181+52+178=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B534B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B534B2 is #4ACB4D. Grayscale: #686868. Windows color (decimal): -4901710 or 11678901. OLE color: 11678901.
HSL color Cylindrical-coordinate representation of color #B534B2: hue angle of 301.4º 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 #B534B2 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 178 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.29 |
| HSL | 301.4º | 0.55% | 0.46% | - |
| HSV(B) | 301.4º | 0.71% | 0.71% | - |
| XYZ | 28.32 | 15.49 | 43.62 | - |
| YUV | 104.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 178 | 0 | 0.71 | 0.02 | 0.29 | 301.4 | 0.55 | 0.46 |
| Hex | B5 | 34 | B2 | 0 | 47 | 2 | 1D | 12D | 37 | 2E |
| Octal | 265 | 64 | 262 | 0 | 107 | 2 | 35 | 455 | 67 | 56 |
| Binary | 10110101 | 110100 | 10110010 | 0 | 1000111 | 10 | 11101 | 100101101 | 110111 | 101110 |
Color Harmonies of #B534B2
Complementary color
Monochromatic Colors of #B534B2
Black with #B534B2
Text Example
Text Example
White with #B534B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534B2; }
p { color: rgb(181,52,178); }
H1.HeaderClassName
{
color: #B534B2;
}
.AnyTagClassName
{
color: #B534B2;
}
</style>
background-color css
<style>
a { background-color: #B534B2; }
a { background-color: rgb(181,52,178); }
div.DivClassName
{
background-color: #B534B2;
}
.BgClassName
{
background-color: #B534B2;
}
</style>
border-color css
<style>
span { border-color: #B534B2; }
span { border-color: rgb(181,52,178); }
td.TdClassName
{
border-color: #B534B2;
}
.TagClassName
{
border-color: #B534B2;
}
</style>