Shades of Fuchsia #B237A8
Tints of Fuchsia #B237A8
RGB
CMYK
RGB Variations
Color information
#B237A8 (or 0xB237A8) is known color: Fuchsia. HEX triplet: B2, 37 and A8. RGB value is (178,55,168). Sum of RGB (Red+Green+Blue) = 178+55+168=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B237A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B237A8 is #4DC857. Grayscale: #686868. Windows color (decimal): -5097560 or 11024306. OLE color: 11024306.
HSL color Cylindrical-coordinate representation of color #B237A8: hue angle of 304.88º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B237A8 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 55 | 168 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.30 |
| HSL | 304.88º | 0.53% | 0.46% | - |
| HSV(B) | 304.88º | 0.69% | 0.7% | - |
| XYZ | 26.79 | 15.02 | 38.53 | - |
| YUV | 104.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 168 | 0 | 0.69 | 0.06 | 0.30 | 304.88 | 0.53 | 0.46 |
| Hex | B2 | 37 | A8 | 0 | 45 | 6 | 1E | 131 | 35 | 2E |
| Octal | 262 | 67 | 250 | 0 | 105 | 6 | 36 | 461 | 65 | 56 |
| Binary | 10110010 | 110111 | 10101000 | 0 | 1000101 | 110 | 11110 | 100110001 | 110101 | 101110 |
Color Harmonies of #B237A8
Complementary color
Monochromatic Colors of #B237A8
Black with #B237A8
Text Example
Text Example
White with #B237A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B237A8; }
p { color: rgb(178,55,168); }
H1.HeaderClassName
{
color: #B237A8;
}
.AnyTagClassName
{
color: #B237A8;
}
</style>
background-color css
<style>
a { background-color: #B237A8; }
a { background-color: rgb(178,55,168); }
div.DivClassName
{
background-color: #B237A8;
}
.BgClassName
{
background-color: #B237A8;
}
</style>
border-color css
<style>
span { border-color: #B237A8; }
span { border-color: rgb(178,55,168); }
td.TdClassName
{
border-color: #B237A8;
}
.TagClassName
{
border-color: #B237A8;
}
</style>