Shades of Fuchsia #B370B8
Tints of Fuchsia #B370B8
RGB
CMYK
RGB Variations
Color information
#B370B8 (or 0xB370B8) is known color: Fuchsia. HEX triplet: B3, 70 and B8. RGB value is (179,112,184). Sum of RGB (Red+Green+Blue) = 179+112+184=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 184 - color contains mainly: blue. Hex color #B370B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370B8 is #4C8F47. Grayscale: #8C8C8C. Windows color (decimal): -5017416 or 12087475. OLE color: 12087475.
HSL color Cylindrical-coordinate representation of color #B370B8: hue angle of 295.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B370B8 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 112 | 184 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.28 |
| HSL | 295.83º | 0.34% | 0.58% | - |
| HSV(B) | 295.83º | 0.39% | 0.72% | - |
| XYZ | 33.04 | 24.63 | 48.36 | - |
| YUV | 140.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 184 | 0.03 | 0.39 | 0 | 0.28 | 295.83 | 0.34 | 0.58 |
| Hex | B3 | 70 | B8 | 3 | 27 | 0 | 1C | 128 | 22 | 3A |
| Octal | 263 | 160 | 270 | 3 | 47 | 0 | 34 | 450 | 42 | 72 |
| Binary | 10110011 | 1110000 | 10111000 | 11 | 100111 | 0 | 11100 | 100101000 | 100010 | 111010 |
Color Harmonies of #B370B8
Complementary color
Monochromatic Colors of #B370B8
Black with #B370B8
Text Example
Text Example
White with #B370B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370B8; }
p { color: rgb(179,112,184); }
H1.HeaderClassName
{
color: #B370B8;
}
.AnyTagClassName
{
color: #B370B8;
}
</style>
background-color css
<style>
a { background-color: #B370B8; }
a { background-color: rgb(179,112,184); }
div.DivClassName
{
background-color: #B370B8;
}
.BgClassName
{
background-color: #B370B8;
}
</style>
border-color css
<style>
span { border-color: #B370B8; }
span { border-color: rgb(179,112,184); }
td.TdClassName
{
border-color: #B370B8;
}
.TagClassName
{
border-color: #B370B8;
}
</style>