Shades of Fuchsia #B837AF
Tints of Fuchsia #B837AF
RGB
CMYK
RGB Variations
Color information
#B837AF (or 0xB837AF) is known color: Fuchsia. HEX triplet: B8, 37 and AF. RGB value is (184,55,175). Sum of RGB (Red+Green+Blue) = 184+55+175=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B837AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B837AF is #47C850. Grayscale: #6A6A6A. Windows color (decimal): -4704337 or 11483064. OLE color: 11483064.
HSL color Cylindrical-coordinate representation of color #B837AF: hue angle of 304.19º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B837AF is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 175 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.28 |
| HSL | 304.19º | 0.54% | 0.47% | - |
| HSV(B) | 304.19º | 0.7% | 0.72% | - |
| XYZ | 28.87 | 16.02 | 42.13 | - |
| YUV | 107.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 175 | 0 | 0.70 | 0.05 | 0.28 | 304.19 | 0.54 | 0.47 |
| Hex | B8 | 37 | AF | 0 | 46 | 5 | 1C | 130 | 36 | 2F |
| Octal | 270 | 67 | 257 | 0 | 106 | 5 | 34 | 460 | 66 | 57 |
| Binary | 10111000 | 110111 | 10101111 | 0 | 1000110 | 101 | 11100 | 100110000 | 110110 | 101111 |
Color Harmonies of #B837AF
Complementary color
Monochromatic Colors of #B837AF
Black with #B837AF
Text Example
Text Example
White with #B837AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B837AF; }
p { color: rgb(184,55,175); }
H1.HeaderClassName
{
color: #B837AF;
}
.AnyTagClassName
{
color: #B837AF;
}
</style>
background-color css
<style>
a { background-color: #B837AF; }
a { background-color: rgb(184,55,175); }
div.DivClassName
{
background-color: #B837AF;
}
.BgClassName
{
background-color: #B837AF;
}
</style>
border-color css
<style>
span { border-color: #B837AF; }
span { border-color: rgb(184,55,175); }
td.TdClassName
{
border-color: #B837AF;
}
.TagClassName
{
border-color: #B837AF;
}
</style>