Shades of Fuchsia #B039B2
Tints of Fuchsia #B039B2
RGB
CMYK
RGB Variations
Color information
#B039B2 (or 0xB039B2) is known color: Fuchsia. HEX triplet: B0, 39 and B2. RGB value is (176,57,178). Sum of RGB (Red+Green+Blue) = 176+57+178=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 178 - color contains mainly: blue. Hex color #B039B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B039B2 is #4FC64D. Grayscale: #6A6A6A. Windows color (decimal): -5228110 or 11680176. OLE color: 11680176.
HSL color Cylindrical-coordinate representation of color #B039B2: hue angle of 299.01º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B039B2 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 57 | 178 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.30 |
| HSL | 299.01º | 0.51% | 0.46% | - |
| HSV(B) | 299.01º | 0.68% | 0.7% | - |
| XYZ | 27.4 | 15.37 | 43.64 | - |
| YUV | 106.38 | 168.42 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 178 | 0.01 | 0.68 | 0 | 0.30 | 299.01 | 0.51 | 0.46 |
| Hex | B0 | 39 | B2 | 1 | 44 | 0 | 1E | 12B | 33 | 2E |
| Octal | 260 | 71 | 262 | 1 | 104 | 0 | 36 | 453 | 63 | 56 |
| Binary | 10110000 | 111001 | 10110010 | 1 | 1000100 | 0 | 11110 | 100101011 | 110011 | 101110 |
Color Harmonies of #B039B2
Complementary color
Monochromatic Colors of #B039B2
Black with #B039B2
Text Example
Text Example
White with #B039B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B039B2; }
p { color: rgb(176,57,178); }
H1.HeaderClassName
{
color: #B039B2;
}
.AnyTagClassName
{
color: #B039B2;
}
</style>
background-color css
<style>
a { background-color: #B039B2; }
a { background-color: rgb(176,57,178); }
div.DivClassName
{
background-color: #B039B2;
}
.BgClassName
{
background-color: #B039B2;
}
</style>
border-color css
<style>
span { border-color: #B039B2; }
span { border-color: rgb(176,57,178); }
td.TdClassName
{
border-color: #B039B2;
}
.TagClassName
{
border-color: #B039B2;
}
</style>