Shades of Fuchsia #B82DAB
Tints of Fuchsia #B82DAB
RGB
CMYK
RGB Variations
Color information
#B82DAB (or 0xB82DAB) is known color: Fuchsia. HEX triplet: B8, 2D and AB. RGB value is (184,45,171). Sum of RGB (Red+Green+Blue) = 184+45+171=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B82DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82DAB is #47D254. Grayscale: #646464. Windows color (decimal): -4706901 or 11218360. OLE color: 11218360.
HSL color Cylindrical-coordinate representation of color #B82DAB: hue angle of 305.61º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82DAB is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 171 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.28 |
| HSL | 305.61º | 0.61% | 0.45% | - |
| HSV(B) | 305.61º | 0.76% | 0.72% | - |
| XYZ | 28.06 | 15.01 | 39.95 | - |
| YUV | 100.93 | 167.55 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 171 | 0 | 0.76 | 0.07 | 0.28 | 305.61 | 0.61 | 0.45 |
| Hex | B8 | 2D | AB | 0 | 4C | 7 | 1C | 132 | 3D | 2D |
| Octal | 270 | 55 | 253 | 0 | 114 | 7 | 34 | 462 | 75 | 55 |
| Binary | 10111000 | 101101 | 10101011 | 0 | 1001100 | 111 | 11100 | 100110010 | 111101 | 101101 |
Color Harmonies of #B82DAB
Complementary color
Monochromatic Colors of #B82DAB
Black with #B82DAB
Text Example
Text Example
White with #B82DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DAB; }
p { color: rgb(184,45,171); }
H1.HeaderClassName
{
color: #B82DAB;
}
.AnyTagClassName
{
color: #B82DAB;
}
</style>
background-color css
<style>
a { background-color: #B82DAB; }
a { background-color: rgb(184,45,171); }
div.DivClassName
{
background-color: #B82DAB;
}
.BgClassName
{
background-color: #B82DAB;
}
</style>
border-color css
<style>
span { border-color: #B82DAB; }
span { border-color: rgb(184,45,171); }
td.TdClassName
{
border-color: #B82DAB;
}
.TagClassName
{
border-color: #B82DAB;
}
</style>