Shades of Fuchsia #B370BC
Tints of Fuchsia #B370BC
RGB
CMYK
RGB Variations
Color information
#B370BC (or 0xB370BC) is known color: Fuchsia. HEX triplet: B3, 70 and BC. RGB value is (179,112,188). Sum of RGB (Red+Green+Blue) = 179+112+188=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #B370BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370BC is #4C8F43. Grayscale: #8C8C8C. Windows color (decimal): -5017412 or 12349619. OLE color: 12349619.
HSL color Cylindrical-coordinate representation of color #B370BC: hue angle of 292.89º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B370BC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 112 | 188 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.26 |
| HSL | 292.89º | 0.36% | 0.59% | - |
| HSV(B) | 292.89º | 0.4% | 0.74% | - |
| XYZ | 33.46 | 24.8 | 50.6 | - |
| YUV | 140.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 188 | 0.05 | 0.40 | 0 | 0.26 | 292.89 | 0.36 | 0.59 |
| Hex | B3 | 70 | BC | 5 | 28 | 0 | 1A | 125 | 24 | 3B |
| Octal | 263 | 160 | 274 | 5 | 50 | 0 | 32 | 445 | 44 | 73 |
| Binary | 10110011 | 1110000 | 10111100 | 101 | 101000 | 0 | 11010 | 100100101 | 100100 | 111011 |
Color Harmonies of #B370BC
Complementary color
Monochromatic Colors of #B370BC
Black with #B370BC
Text Example
Text Example
White with #B370BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370BC; }
p { color: rgb(179,112,188); }
H1.HeaderClassName
{
color: #B370BC;
}
.AnyTagClassName
{
color: #B370BC;
}
</style>
background-color css
<style>
a { background-color: #B370BC; }
a { background-color: rgb(179,112,188); }
div.DivClassName
{
background-color: #B370BC;
}
.BgClassName
{
background-color: #B370BC;
}
</style>
border-color css
<style>
span { border-color: #B370BC; }
span { border-color: rgb(179,112,188); }
td.TdClassName
{
border-color: #B370BC;
}
.TagClassName
{
border-color: #B370BC;
}
</style>