Shades of Fuchsia #B372BA
Tints of Fuchsia #B372BA
RGB
CMYK
RGB Variations
Color information
#B372BA (or 0xB372BA) is known color: Fuchsia. HEX triplet: B3, 72 and BA. RGB value is (179,114,186). Sum of RGB (Red+Green+Blue) = 179+114+186=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #B372BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B372BA is #4C8D45. Grayscale: #8D8D8D. Windows color (decimal): -5016902 or 12219059. OLE color: 12219059.
HSL color Cylindrical-coordinate representation of color #B372BA: hue angle of 294.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B372BA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 114 | 186 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.27 |
| HSL | 294.17º | 0.34% | 0.59% | - |
| HSV(B) | 294.17º | 0.39% | 0.73% | - |
| XYZ | 33.47 | 25.16 | 49.55 | - |
| YUV | 141.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 186 | 0.04 | 0.39 | 0 | 0.27 | 294.17 | 0.34 | 0.59 |
| Hex | B3 | 72 | BA | 4 | 27 | 0 | 1B | 126 | 22 | 3B |
| Octal | 263 | 162 | 272 | 4 | 47 | 0 | 33 | 446 | 42 | 73 |
| Binary | 10110011 | 1110010 | 10111010 | 100 | 100111 | 0 | 11011 | 100100110 | 100010 | 111011 |
Color Harmonies of #B372BA
Complementary color
Monochromatic Colors of #B372BA
Black with #B372BA
Text Example
Text Example
White with #B372BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B372BA; }
p { color: rgb(179,114,186); }
H1.HeaderClassName
{
color: #B372BA;
}
.AnyTagClassName
{
color: #B372BA;
}
</style>
background-color css
<style>
a { background-color: #B372BA; }
a { background-color: rgb(179,114,186); }
div.DivClassName
{
background-color: #B372BA;
}
.BgClassName
{
background-color: #B372BA;
}
</style>
border-color css
<style>
span { border-color: #B372BA; }
span { border-color: rgb(179,114,186); }
td.TdClassName
{
border-color: #B372BA;
}
.TagClassName
{
border-color: #B372BA;
}
</style>