Shades of Fuchsia #B039B1
Tints of Fuchsia #B039B1
RGB
CMYK
RGB Variations
Color information
#B039B1 (or 0xB039B1) is known color: Fuchsia. HEX triplet: B0, 39 and B1. RGB value is (176,57,177). Sum of RGB (Red+Green+Blue) = 176+57+177=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 177 - color contains mainly: blue. Hex color #B039B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B039B1 is #4FC64E. Grayscale: #696969. Windows color (decimal): -5228111 or 11614640. OLE color: 11614640.
HSL color Cylindrical-coordinate representation of color #B039B1: hue angle of 299.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B039B1 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 177 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.31 |
| HSL | 299.5º | 0.51% | 0.46% | - |
| HSV(B) | 299.5º | 0.68% | 0.69% | - |
| XYZ | 27.3 | 15.33 | 43.12 | - |
| YUV | 106.26 | 167.92 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 177 | 0.01 | 0.68 | 0 | 0.31 | 299.5 | 0.51 | 0.46 |
| Hex | B0 | 39 | B1 | 1 | 44 | 0 | 1F | 12C | 33 | 2E |
| Octal | 260 | 71 | 261 | 1 | 104 | 0 | 37 | 454 | 63 | 56 |
| Binary | 10110000 | 111001 | 10110001 | 1 | 1000100 | 0 | 11111 | 100101100 | 110011 | 101110 |
Color Harmonies of #B039B1
Complementary color
Monochromatic Colors of #B039B1
Black with #B039B1
Text Example
Text Example
White with #B039B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039B1; }
p { color: rgb(176,57,177); }
H1.HeaderClassName
{
color: #B039B1;
}
.AnyTagClassName
{
color: #B039B1;
}
</style>
background-color css
<style>
a { background-color: #B039B1; }
a { background-color: rgb(176,57,177); }
div.DivClassName
{
background-color: #B039B1;
}
.BgClassName
{
background-color: #B039B1;
}
</style>
border-color css
<style>
span { border-color: #B039B1; }
span { border-color: rgb(176,57,177); }
td.TdClassName
{
border-color: #B039B1;
}
.TagClassName
{
border-color: #B039B1;
}
</style>