Shades of Fuchsia #B838AB
Tints of Fuchsia #B838AB
RGB
CMYK
RGB Variations
Color information
#B838AB (or 0xB838AB) is known color: Fuchsia. HEX triplet: B8, 38 and AB. RGB value is (184,56,171). Sum of RGB (Red+Green+Blue) = 184+56+171=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B838AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B838AB is #47C754. Grayscale: #6B6B6B. Windows color (decimal): -4704085 or 11221176. OLE color: 11221176.
HSL color Cylindrical-coordinate representation of color #B838AB: hue angle of 306.09º degrees, saturation: 0.53, 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 #B838AB is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 171 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.28 |
| HSL | 306.09º | 0.53% | 0.47% | - |
| HSV(B) | 306.09º | 0.7% | 0.72% | - |
| XYZ | 28.53 | 15.96 | 40.1 | - |
| YUV | 107.38 | 163.91 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 171 | 0 | 0.70 | 0.07 | 0.28 | 306.09 | 0.53 | 0.47 |
| Hex | B8 | 38 | AB | 0 | 46 | 7 | 1C | 132 | 35 | 2F |
| Octal | 270 | 70 | 253 | 0 | 106 | 7 | 34 | 462 | 65 | 57 |
| Binary | 10111000 | 111000 | 10101011 | 0 | 1000110 | 111 | 11100 | 100110010 | 110101 | 101111 |
Color Harmonies of #B838AB
Complementary color
Monochromatic Colors of #B838AB
Black with #B838AB
Text Example
Text Example
White with #B838AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B838AB; }
p { color: rgb(184,56,171); }
H1.HeaderClassName
{
color: #B838AB;
}
.AnyTagClassName
{
color: #B838AB;
}
</style>
background-color css
<style>
a { background-color: #B838AB; }
a { background-color: rgb(184,56,171); }
div.DivClassName
{
background-color: #B838AB;
}
.BgClassName
{
background-color: #B838AB;
}
</style>
border-color css
<style>
span { border-color: #B838AB; }
span { border-color: rgb(184,56,171); }
td.TdClassName
{
border-color: #B838AB;
}
.TagClassName
{
border-color: #B838AB;
}
</style>