Shades of Fuchsia #B85AC2
Tints of Fuchsia #B85AC2
RGB
CMYK
RGB Variations
Color information
#B85AC2 (or 0xB85AC2) is known color: Fuchsia. HEX triplet: B8, 5A and C2. RGB value is (184,90,194). Sum of RGB (Red+Green+Blue) = 184+90+194=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #B85AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85AC2 is #47A53D. Grayscale: #818181. Windows color (decimal): -4695358 or 12737208. OLE color: 12737208.
HSL color Cylindrical-coordinate representation of color #B85AC2: hue angle of 294.23º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85AC2 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 90 | 194 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.24 |
| HSL | 294.23º | 0.46% | 0.56% | - |
| HSV(B) | 294.23º | 0.54% | 0.76% | - |
| XYZ | 33.16 | 21.4 | 53.42 | - |
| YUV | 129.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 194 | 0.05 | 0.54 | 0 | 0.24 | 294.23 | 0.46 | 0.56 |
| Hex | B8 | 5A | C2 | 5 | 36 | 0 | 18 | 126 | 2E | 38 |
| Octal | 270 | 132 | 302 | 5 | 66 | 0 | 30 | 446 | 56 | 70 |
| Binary | 10111000 | 1011010 | 11000010 | 101 | 110110 | 0 | 11000 | 100100110 | 101110 | 111000 |
Color Harmonies of #B85AC2
Complementary color
Monochromatic Colors of #B85AC2
Black with #B85AC2
Text Example
Text Example
White with #B85AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85AC2; }
p { color: rgb(184,90,194); }
H1.HeaderClassName
{
color: #B85AC2;
}
.AnyTagClassName
{
color: #B85AC2;
}
</style>
background-color css
<style>
a { background-color: #B85AC2; }
a { background-color: rgb(184,90,194); }
div.DivClassName
{
background-color: #B85AC2;
}
.BgClassName
{
background-color: #B85AC2;
}
</style>
border-color css
<style>
span { border-color: #B85AC2; }
span { border-color: rgb(184,90,194); }
td.TdClassName
{
border-color: #B85AC2;
}
.TagClassName
{
border-color: #B85AC2;
}
</style>