Shades of Fuchsia #B85AB2
Tints of Fuchsia #B85AB2
RGB
CMYK
RGB Variations
Color information
#B85AB2 (or 0xB85AB2) is known color: Fuchsia. HEX triplet: B8, 5A and B2. RGB value is (184,90,178). Sum of RGB (Red+Green+Blue) = 184+90+178=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B85AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85AB2 is #47A54D. Grayscale: #7F7F7F. Windows color (decimal): -4695374 or 11688632. OLE color: 11688632.
HSL color Cylindrical-coordinate representation of color #B85AB2: hue angle of 303.83º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85AB2 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 178 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.28 |
| HSL | 303.83º | 0.4% | 0.54% | - |
| HSV(B) | 303.83º | 0.51% | 0.72% | - |
| XYZ | 31.46 | 20.72 | 44.46 | - |
| YUV | 128.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 178 | 0 | 0.51 | 0.03 | 0.28 | 303.83 | 0.4 | 0.54 |
| Hex | B8 | 5A | B2 | 0 | 33 | 3 | 1C | 130 | 28 | 36 |
| Octal | 270 | 132 | 262 | 0 | 63 | 3 | 34 | 460 | 50 | 66 |
| Binary | 10111000 | 1011010 | 10110010 | 0 | 110011 | 11 | 11100 | 100110000 | 101000 | 110110 |
Color Harmonies of #B85AB2
Complementary color
Monochromatic Colors of #B85AB2
Black with #B85AB2
Text Example
Text Example
White with #B85AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85AB2; }
p { color: rgb(184,90,178); }
H1.HeaderClassName
{
color: #B85AB2;
}
.AnyTagClassName
{
color: #B85AB2;
}
</style>
background-color css
<style>
a { background-color: #B85AB2; }
a { background-color: rgb(184,90,178); }
div.DivClassName
{
background-color: #B85AB2;
}
.BgClassName
{
background-color: #B85AB2;
}
</style>
border-color css
<style>
span { border-color: #B85AB2; }
span { border-color: rgb(184,90,178); }
td.TdClassName
{
border-color: #B85AB2;
}
.TagClassName
{
border-color: #B85AB2;
}
</style>