Shades of Fuchsia #B036B4
Tints of Fuchsia #B036B4
RGB
CMYK
RGB Variations
Color information
#B036B4 (or 0xB036B4) is known color: Fuchsia. HEX triplet: B0, 36 and B4. RGB value is (176,54,180). Sum of RGB (Red+Green+Blue) = 176+54+180=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #B036B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B036B4 is #4FC94B. Grayscale: #686868. Windows color (decimal): -5228876 or 11810480. OLE color: 11810480.
HSL color Cylindrical-coordinate representation of color #B036B4: hue angle of 298.1º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B036B4 is Cyan = 0.02, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 54 | 180 | - |
| CMYK | 0.02 | 0.7 | 0 | 0.29 |
| HSL | 298.1º | 0.54% | 0.46% | - |
| HSV(B) | 298.1º | 0.7% | 0.71% | - |
| XYZ | 27.46 | 15.16 | 44.66 | - |
| YUV | 104.84 | 170.42 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 180 | 0.02 | 0.7 | 0 | 0.29 | 298.1 | 0.54 | 0.46 |
| Hex | B0 | 36 | B4 | 2 | 46 | 0 | 1D | 12A | 36 | 2E |
| Octal | 260 | 66 | 264 | 2 | 106 | 0 | 35 | 452 | 66 | 56 |
| Binary | 10110000 | 110110 | 10110100 | 10 | 1000110 | 0 | 11101 | 100101010 | 110110 | 101110 |
Color Harmonies of #B036B4
Complementary color
Monochromatic Colors of #B036B4
Black with #B036B4
Text Example
Text Example
White with #B036B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B036B4; }
p { color: rgb(176,54,180); }
H1.HeaderClassName
{
color: #B036B4;
}
.AnyTagClassName
{
color: #B036B4;
}
</style>
background-color css
<style>
a { background-color: #B036B4; }
a { background-color: rgb(176,54,180); }
div.DivClassName
{
background-color: #B036B4;
}
.BgClassName
{
background-color: #B036B4;
}
</style>
border-color css
<style>
span { border-color: #B036B4; }
span { border-color: rgb(176,54,180); }
td.TdClassName
{
border-color: #B036B4;
}
.TagClassName
{
border-color: #B036B4;
}
</style>