Shades of Fuchsia #B534B1
Tints of Fuchsia #B534B1
RGB
CMYK
RGB Variations
Color information
#B534B1 (or 0xB534B1) is known color: Fuchsia. HEX triplet: B5, 34 and B1. RGB value is (181,52,177). Sum of RGB (Red+Green+Blue) = 181+52+177=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B534B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B534B1 is #4ACB4E. Grayscale: #686868. Windows color (decimal): -4901711 or 11613365. OLE color: 11613365.
HSL color Cylindrical-coordinate representation of color #B534B1: hue angle of 301.86º 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 #B534B1 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 177 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.29 |
| HSL | 301.86º | 0.55% | 0.46% | - |
| HSV(B) | 301.86º | 0.71% | 0.71% | - |
| XYZ | 28.22 | 15.45 | 43.09 | - |
| YUV | 104.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 177 | 0 | 0.71 | 0.02 | 0.29 | 301.86 | 0.55 | 0.46 |
| Hex | B5 | 34 | B1 | 0 | 47 | 2 | 1D | 12E | 37 | 2E |
| Octal | 265 | 64 | 261 | 0 | 107 | 2 | 35 | 456 | 67 | 56 |
| Binary | 10110101 | 110100 | 10110001 | 0 | 1000111 | 10 | 11101 | 100101110 | 110111 | 101110 |
Color Harmonies of #B534B1
Complementary color
Monochromatic Colors of #B534B1
Black with #B534B1
Text Example
Text Example
White with #B534B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534B1; }
p { color: rgb(181,52,177); }
H1.HeaderClassName
{
color: #B534B1;
}
.AnyTagClassName
{
color: #B534B1;
}
</style>
background-color css
<style>
a { background-color: #B534B1; }
a { background-color: rgb(181,52,177); }
div.DivClassName
{
background-color: #B534B1;
}
.BgClassName
{
background-color: #B534B1;
}
</style>
border-color css
<style>
span { border-color: #B534B1; }
span { border-color: rgb(181,52,177); }
td.TdClassName
{
border-color: #B534B1;
}
.TagClassName
{
border-color: #B534B1;
}
</style>