Shades of Fuchsia #B85AB4
Tints of Fuchsia #B85AB4
RGB
CMYK
RGB Variations
Color information
#B85AB4 (or 0xB85AB4) is known color: Fuchsia. HEX triplet: B8, 5A and B4. RGB value is (184,90,180). Sum of RGB (Red+Green+Blue) = 184+90+180=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B85AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85AB4 is #47A54B. Grayscale: #808080. Windows color (decimal): -4695372 or 11819704. OLE color: 11819704.
HSL color Cylindrical-coordinate representation of color #B85AB4: hue angle of 302.55º 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 #B85AB4 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 180 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.28 |
| HSL | 302.55º | 0.4% | 0.54% | - |
| HSV(B) | 302.55º | 0.51% | 0.72% | - |
| XYZ | 31.66 | 20.8 | 45.53 | - |
| YUV | 128.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 180 | 0 | 0.51 | 0.02 | 0.28 | 302.55 | 0.4 | 0.54 |
| Hex | B8 | 5A | B4 | 0 | 33 | 2 | 1C | 12F | 28 | 36 |
| Octal | 270 | 132 | 264 | 0 | 63 | 2 | 34 | 457 | 50 | 66 |
| Binary | 10111000 | 1011010 | 10110100 | 0 | 110011 | 10 | 11100 | 100101111 | 101000 | 110110 |
Color Harmonies of #B85AB4
Complementary color
Monochromatic Colors of #B85AB4
Black with #B85AB4
Text Example
Text Example
White with #B85AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85AB4; }
p { color: rgb(184,90,180); }
H1.HeaderClassName
{
color: #B85AB4;
}
.AnyTagClassName
{
color: #B85AB4;
}
</style>
background-color css
<style>
a { background-color: #B85AB4; }
a { background-color: rgb(184,90,180); }
div.DivClassName
{
background-color: #B85AB4;
}
.BgClassName
{
background-color: #B85AB4;
}
</style>
border-color css
<style>
span { border-color: #B85AB4; }
span { border-color: rgb(184,90,180); }
td.TdClassName
{
border-color: #B85AB4;
}
.TagClassName
{
border-color: #B85AB4;
}
</style>