Shades of Fuchsia #B834AB
Tints of Fuchsia #B834AB
RGB
CMYK
RGB Variations
Color information
#B834AB (or 0xB834AB) is known color: Fuchsia. HEX triplet: B8, 34 and AB. RGB value is (184,52,171). Sum of RGB (Red+Green+Blue) = 184+52+171=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B834AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B834AB is #47CB54. Grayscale: #686868. Windows color (decimal): -4705109 or 11220152. OLE color: 11220152.
HSL color Cylindrical-coordinate representation of color #B834AB: hue angle of 305.91º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B834AB is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 171 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.28 |
| HSL | 305.91º | 0.56% | 0.46% | - |
| HSV(B) | 305.91º | 0.72% | 0.72% | - |
| XYZ | 28.35 | 15.59 | 40.04 | - |
| YUV | 105.03 | 165.23 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 171 | 0 | 0.72 | 0.07 | 0.28 | 305.91 | 0.56 | 0.46 |
| Hex | B8 | 34 | AB | 0 | 48 | 7 | 1C | 132 | 38 | 2E |
| Octal | 270 | 64 | 253 | 0 | 110 | 7 | 34 | 462 | 70 | 56 |
| Binary | 10111000 | 110100 | 10101011 | 0 | 1001000 | 111 | 11100 | 100110010 | 111000 | 101110 |
Color Harmonies of #B834AB
Complementary color
Monochromatic Colors of #B834AB
Black with #B834AB
Text Example
Text Example
White with #B834AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B834AB; }
p { color: rgb(184,52,171); }
H1.HeaderClassName
{
color: #B834AB;
}
.AnyTagClassName
{
color: #B834AB;
}
</style>
background-color css
<style>
a { background-color: #B834AB; }
a { background-color: rgb(184,52,171); }
div.DivClassName
{
background-color: #B834AB;
}
.BgClassName
{
background-color: #B834AB;
}
</style>
border-color css
<style>
span { border-color: #B834AB; }
span { border-color: rgb(184,52,171); }
td.TdClassName
{
border-color: #B834AB;
}
.TagClassName
{
border-color: #B834AB;
}
</style>