Shades of Fuchsia #B370BD
Tints of Fuchsia #B370BD
RGB
CMYK
RGB Variations
Color information
#B370BD (or 0xB370BD) is known color: Fuchsia. HEX triplet: B3, 70 and BD. RGB value is (179,112,189). Sum of RGB (Red+Green+Blue) = 179+112+189=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #B370BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370BD is #4C8F42. Grayscale: #8C8C8C. Windows color (decimal): -5017411 or 12415155. OLE color: 12415155.
HSL color Cylindrical-coordinate representation of color #B370BD: hue angle of 292.21º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B370BD is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 112 | 189 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.26 |
| HSL | 292.21º | 0.37% | 0.59% | - |
| HSV(B) | 292.21º | 0.41% | 0.74% | - |
| XYZ | 33.57 | 24.85 | 51.17 | - |
| YUV | 140.81 | 155.2 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 112 | 189 | 0.05 | 0.41 | 0 | 0.26 | 292.21 | 0.37 | 0.59 |
| Hex | B3 | 70 | BD | 5 | 29 | 0 | 1A | 124 | 25 | 3B |
| Octal | 263 | 160 | 275 | 5 | 51 | 0 | 32 | 444 | 45 | 73 |
| Binary | 10110011 | 1110000 | 10111101 | 101 | 101001 | 0 | 11010 | 100100100 | 100101 | 111011 |
Color Harmonies of #B370BD
Complementary color
Monochromatic Colors of #B370BD
Black with #B370BD
Text Example
Text Example
White with #B370BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B370BD; }
p { color: rgb(179,112,189); }
H1.HeaderClassName
{
color: #B370BD;
}
.AnyTagClassName
{
color: #B370BD;
}
</style>
background-color css
<style>
a { background-color: #B370BD; }
a { background-color: rgb(179,112,189); }
div.DivClassName
{
background-color: #B370BD;
}
.BgClassName
{
background-color: #B370BD;
}
</style>
border-color css
<style>
span { border-color: #B370BD; }
span { border-color: rgb(179,112,189); }
td.TdClassName
{
border-color: #B370BD;
}
.TagClassName
{
border-color: #B370BD;
}
</style>