Shades of Fuchsia #B539A6
Tints of Fuchsia #B539A6
RGB
CMYK
RGB Variations
Color information
#B539A6 (or 0xB539A6) is known color: Fuchsia. HEX triplet: B5, 39 and A6. RGB value is (181,57,166). Sum of RGB (Red+Green+Blue) = 181+57+166=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B539A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B539A6 is #4AC659. Grayscale: #6A6A6A. Windows color (decimal): -4900442 or 10893749. OLE color: 10893749.
HSL color Cylindrical-coordinate representation of color #B539A6: hue angle of 307.26º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B539A6 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 166 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.29 |
| HSL | 307.26º | 0.52% | 0.47% | - |
| HSV(B) | 307.26º | 0.69% | 0.71% | - |
| XYZ | 27.4 | 15.5 | 37.62 | - |
| YUV | 106.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 166 | 0 | 0.69 | 0.08 | 0.29 | 307.26 | 0.52 | 0.47 |
| Hex | B5 | 39 | A6 | 0 | 45 | 8 | 1D | 133 | 34 | 2F |
| Octal | 265 | 71 | 246 | 0 | 105 | 10 | 35 | 463 | 64 | 57 |
| Binary | 10110101 | 111001 | 10100110 | 0 | 1000101 | 1000 | 11101 | 100110011 | 110100 | 101111 |
Color Harmonies of #B539A6
Complementary color
Monochromatic Colors of #B539A6
Black with #B539A6
Text Example
Text Example
White with #B539A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B539A6; }
p { color: rgb(181,57,166); }
H1.HeaderClassName
{
color: #B539A6;
}
.AnyTagClassName
{
color: #B539A6;
}
</style>
background-color css
<style>
a { background-color: #B539A6; }
a { background-color: rgb(181,57,166); }
div.DivClassName
{
background-color: #B539A6;
}
.BgClassName
{
background-color: #B539A6;
}
</style>
border-color css
<style>
span { border-color: #B539A6; }
span { border-color: rgb(181,57,166); }
td.TdClassName
{
border-color: #B539A6;
}
.TagClassName
{
border-color: #B539A6;
}
</style>