Shades of Fuchsia #B862AB
Tints of Fuchsia #B862AB
RGB
CMYK
RGB Variations
Color information
#B862AB (or 0xB862AB) is known color: Fuchsia. HEX triplet: B8, 62 and AB. RGB value is (184,98,171). Sum of RGB (Red+Green+Blue) = 184+98+171=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B862AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B862AB is #479D54. Grayscale: #838383. Windows color (decimal): -4693333 or 11231928. OLE color: 11231928.
HSL color Cylindrical-coordinate representation of color #B862AB: hue angle of 309.07º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B862AB is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 171 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.28 |
| HSL | 309.07º | 0.38% | 0.55% | - |
| HSV(B) | 309.07º | 0.47% | 0.72% | - |
| XYZ | 31.49 | 21.87 | 41.09 | - |
| YUV | 132.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 171 | 0 | 0.47 | 0.07 | 0.28 | 309.07 | 0.38 | 0.55 |
| Hex | B8 | 62 | AB | 0 | 2F | 7 | 1C | 135 | 26 | 37 |
| Octal | 270 | 142 | 253 | 0 | 57 | 7 | 34 | 465 | 46 | 67 |
| Binary | 10111000 | 1100010 | 10101011 | 0 | 101111 | 111 | 11100 | 100110101 | 100110 | 110111 |
Color Harmonies of #B862AB
Complementary color
Monochromatic Colors of #B862AB
Black with #B862AB
Text Example
Text Example
White with #B862AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B862AB; }
p { color: rgb(184,98,171); }
H1.HeaderClassName
{
color: #B862AB;
}
.AnyTagClassName
{
color: #B862AB;
}
</style>
background-color css
<style>
a { background-color: #B862AB; }
a { background-color: rgb(184,98,171); }
div.DivClassName
{
background-color: #B862AB;
}
.BgClassName
{
background-color: #B862AB;
}
</style>
border-color css
<style>
span { border-color: #B862AB; }
span { border-color: rgb(184,98,171); }
td.TdClassName
{
border-color: #B862AB;
}
.TagClassName
{
border-color: #B862AB;
}
</style>