Shades of Fuchsia #B836AE
Tints of Fuchsia #B836AE
RGB
CMYK
RGB Variations
Color information
#B836AE (or 0xB836AE) is known color: Fuchsia. HEX triplet: B8, 36 and AE. RGB value is (184,54,174). Sum of RGB (Red+Green+Blue) = 184+54+174=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B836AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B836AE is #47C951. Grayscale: #6A6A6A. Windows color (decimal): -4704594 or 11417272. OLE color: 11417272.
HSL color Cylindrical-coordinate representation of color #B836AE: hue angle of 304.62º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B836AE is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 174 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.28 |
| HSL | 304.62º | 0.55% | 0.47% | - |
| HSV(B) | 304.62º | 0.71% | 0.72% | - |
| XYZ | 28.73 | 15.88 | 41.6 | - |
| YUV | 106.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 174 | 0 | 0.71 | 0.05 | 0.28 | 304.62 | 0.55 | 0.47 |
| Hex | B8 | 36 | AE | 0 | 47 | 5 | 1C | 131 | 37 | 2F |
| Octal | 270 | 66 | 256 | 0 | 107 | 5 | 34 | 461 | 67 | 57 |
| Binary | 10111000 | 110110 | 10101110 | 0 | 1000111 | 101 | 11100 | 100110001 | 110111 | 101111 |
Color Harmonies of #B836AE
Complementary color
Monochromatic Colors of #B836AE
Black with #B836AE
Text Example
Text Example
White with #B836AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836AE; }
p { color: rgb(184,54,174); }
H1.HeaderClassName
{
color: #B836AE;
}
.AnyTagClassName
{
color: #B836AE;
}
</style>
background-color css
<style>
a { background-color: #B836AE; }
a { background-color: rgb(184,54,174); }
div.DivClassName
{
background-color: #B836AE;
}
.BgClassName
{
background-color: #B836AE;
}
</style>
border-color css
<style>
span { border-color: #B836AE; }
span { border-color: rgb(184,54,174); }
td.TdClassName
{
border-color: #B836AE;
}
.TagClassName
{
border-color: #B836AE;
}
</style>