Shades of Fuchsia #B046BD
Tints of Fuchsia #B046BD
RGB
CMYK
RGB Variations
Color information
#B046BD (or 0xB046BD) is known color: Fuchsia. HEX triplet: B0, 46 and BD. RGB value is (176,70,189). Sum of RGB (Red+Green+Blue) = 176+70+189=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #B046BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046BD is #4FB942. Grayscale: #727272. Windows color (decimal): -5224771 or 12404400. OLE color: 12404400.
HSL color Cylindrical-coordinate representation of color #B046BD: hue angle of 293.45º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B046BD is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 70 | 189 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.26 |
| HSL | 293.45º | 0.47% | 0.51% | - |
| HSV(B) | 293.45º | 0.63% | 0.74% | - |
| XYZ | 29.28 | 17.28 | 49.94 | - |
| YUV | 115.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 189 | 0.07 | 0.63 | 0 | 0.26 | 293.45 | 0.47 | 0.51 |
| Hex | B0 | 46 | BD | 7 | 3F | 0 | 1A | 125 | 2F | 33 |
| Octal | 260 | 106 | 275 | 7 | 77 | 0 | 32 | 445 | 57 | 63 |
| Binary | 10110000 | 1000110 | 10111101 | 111 | 111111 | 0 | 11010 | 100100101 | 101111 | 110011 |
Color Harmonies of #B046BD
Complementary color
Monochromatic Colors of #B046BD
Black with #B046BD
Text Example
Text Example
White with #B046BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B046BD; }
p { color: rgb(176,70,189); }
H1.HeaderClassName
{
color: #B046BD;
}
.AnyTagClassName
{
color: #B046BD;
}
</style>
background-color css
<style>
a { background-color: #B046BD; }
a { background-color: rgb(176,70,189); }
div.DivClassName
{
background-color: #B046BD;
}
.BgClassName
{
background-color: #B046BD;
}
</style>
border-color css
<style>
span { border-color: #B046BD; }
span { border-color: rgb(176,70,189); }
td.TdClassName
{
border-color: #B046BD;
}
.TagClassName
{
border-color: #B046BD;
}
</style>