Shades of Fuchsia #B539C2
Tints of Fuchsia #B539C2
RGB
CMYK
RGB Variations
Color information
#B539C2 (or 0xB539C2) is known color: Fuchsia. HEX triplet: B5, 39 and C2. RGB value is (181,57,194). Sum of RGB (Red+Green+Blue) = 181+57+194=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #B539C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539C2 is #4AC63D. Grayscale: #6D6D6D. Windows color (decimal): -4900414 or 12728757. OLE color: 12728757.
HSL color Cylindrical-coordinate representation of color #B539C2: hue angle of 294.31º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B539C2 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 57 | 194 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.24 |
| HSL | 294.31º | 0.55% | 0.49% | - |
| HSV(B) | 294.31º | 0.71% | 0.76% | - |
| XYZ | 30.26 | 16.65 | 52.66 | - |
| YUV | 109.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 194 | 0.07 | 0.71 | 0 | 0.24 | 294.31 | 0.55 | 0.49 |
| Hex | B5 | 39 | C2 | 7 | 47 | 0 | 18 | 126 | 37 | 31 |
| Octal | 265 | 71 | 302 | 7 | 107 | 0 | 30 | 446 | 67 | 61 |
| Binary | 10110101 | 111001 | 11000010 | 111 | 1000111 | 0 | 11000 | 100100110 | 110111 | 110001 |
Color Harmonies of #B539C2
Complementary color
Monochromatic Colors of #B539C2
Black with #B539C2
Text Example
Text Example
White with #B539C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B539C2; }
p { color: rgb(181,57,194); }
H1.HeaderClassName
{
color: #B539C2;
}
.AnyTagClassName
{
color: #B539C2;
}
</style>
background-color css
<style>
a { background-color: #B539C2; }
a { background-color: rgb(181,57,194); }
div.DivClassName
{
background-color: #B539C2;
}
.BgClassName
{
background-color: #B539C2;
}
</style>
border-color css
<style>
span { border-color: #B539C2; }
span { border-color: rgb(181,57,194); }
td.TdClassName
{
border-color: #B539C2;
}
.TagClassName
{
border-color: #B539C2;
}
</style>