Shades of Fuchsia #B046BC
Tints of Fuchsia #B046BC
RGB
CMYK
RGB Variations
Color information
#B046BC (or 0xB046BC) is known color: Fuchsia. HEX triplet: B0, 46 and BC. RGB value is (176,70,188). Sum of RGB (Red+Green+Blue) = 176+70+188=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #B046BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046BC is #4FB943. Grayscale: #727272. Windows color (decimal): -5224772 or 12338864. OLE color: 12338864.
HSL color Cylindrical-coordinate representation of color #B046BC: hue angle of 293.9º 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 #B046BC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 70 | 188 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.26 |
| HSL | 293.9º | 0.47% | 0.51% | - |
| HSV(B) | 293.9º | 0.63% | 0.74% | - |
| XYZ | 29.17 | 17.24 | 49.37 | - |
| YUV | 115.15 | 169.12 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 188 | 0.06 | 0.63 | 0 | 0.26 | 293.9 | 0.47 | 0.51 |
| Hex | B0 | 46 | BC | 6 | 3F | 0 | 1A | 126 | 2F | 33 |
| Octal | 260 | 106 | 274 | 6 | 77 | 0 | 32 | 446 | 57 | 63 |
| Binary | 10110000 | 1000110 | 10111100 | 110 | 111111 | 0 | 11010 | 100100110 | 101111 | 110011 |
Color Harmonies of #B046BC
Complementary color
Monochromatic Colors of #B046BC
Black with #B046BC
Text Example
Text Example
White with #B046BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B046BC; }
p { color: rgb(176,70,188); }
H1.HeaderClassName
{
color: #B046BC;
}
.AnyTagClassName
{
color: #B046BC;
}
</style>
background-color css
<style>
a { background-color: #B046BC; }
a { background-color: rgb(176,70,188); }
div.DivClassName
{
background-color: #B046BC;
}
.BgClassName
{
background-color: #B046BC;
}
</style>
border-color css
<style>
span { border-color: #B046BC; }
span { border-color: rgb(176,70,188); }
td.TdClassName
{
border-color: #B046BC;
}
.TagClassName
{
border-color: #B046BC;
}
</style>