Shades of Fuchsia #B039BA
Tints of Fuchsia #B039BA
RGB
CMYK
RGB Variations
Color information
#B039BA (or 0xB039BA) is known color: Fuchsia. HEX triplet: B0, 39 and BA. RGB value is (176,57,186). Sum of RGB (Red+Green+Blue) = 176+57+186=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #B039BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039BA is #4FC645. Grayscale: #6A6A6A. Windows color (decimal): -5228102 or 12204464. OLE color: 12204464.
HSL color Cylindrical-coordinate representation of color #B039BA: hue angle of 295.35º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B039BA is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 57 | 186 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.27 |
| HSL | 295.35º | 0.53% | 0.48% | - |
| HSV(B) | 295.35º | 0.69% | 0.73% | - |
| XYZ | 28.23 | 15.7 | 48 | - |
| YUV | 107.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 186 | 0.05 | 0.69 | 0 | 0.27 | 295.35 | 0.53 | 0.48 |
| Hex | B0 | 39 | BA | 5 | 45 | 0 | 1B | 127 | 35 | 30 |
| Octal | 260 | 71 | 272 | 5 | 105 | 0 | 33 | 447 | 65 | 60 |
| Binary | 10110000 | 111001 | 10111010 | 101 | 1000101 | 0 | 11011 | 100100111 | 110101 | 110000 |
Color Harmonies of #B039BA
Complementary color
Monochromatic Colors of #B039BA
Black with #B039BA
Text Example
Text Example
White with #B039BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039BA; }
p { color: rgb(176,57,186); }
H1.HeaderClassName
{
color: #B039BA;
}
.AnyTagClassName
{
color: #B039BA;
}
</style>
background-color css
<style>
a { background-color: #B039BA; }
a { background-color: rgb(176,57,186); }
div.DivClassName
{
background-color: #B039BA;
}
.BgClassName
{
background-color: #B039BA;
}
</style>
border-color css
<style>
span { border-color: #B039BA; }
span { border-color: rgb(176,57,186); }
td.TdClassName
{
border-color: #B039BA;
}
.TagClassName
{
border-color: #B039BA;
}
</style>