Shades of Fuchsia #B85AC1
Tints of Fuchsia #B85AC1
RGB
CMYK
RGB Variations
Color information
#B85AC1 (or 0xB85AC1) is known color: Fuchsia. HEX triplet: B8, 5A and C1. RGB value is (184,90,193). Sum of RGB (Red+Green+Blue) = 184+90+193=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #B85AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85AC1 is #47A53E. Grayscale: #818181. Windows color (decimal): -4695359 or 12671672. OLE color: 12671672.
HSL color Cylindrical-coordinate representation of color #B85AC1: hue angle of 294.76º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85AC1 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 90 | 193 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.24 |
| HSL | 294.76º | 0.45% | 0.55% | - |
| HSV(B) | 294.76º | 0.53% | 0.76% | - |
| XYZ | 33.05 | 21.35 | 52.83 | - |
| YUV | 129.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 193 | 0.05 | 0.53 | 0 | 0.24 | 294.76 | 0.45 | 0.55 |
| Hex | B8 | 5A | C1 | 5 | 35 | 0 | 18 | 127 | 2D | 37 |
| Octal | 270 | 132 | 301 | 5 | 65 | 0 | 30 | 447 | 55 | 67 |
| Binary | 10111000 | 1011010 | 11000001 | 101 | 110101 | 0 | 11000 | 100100111 | 101101 | 110111 |
Color Harmonies of #B85AC1
Complementary color
Monochromatic Colors of #B85AC1
Black with #B85AC1
Text Example
Text Example
White with #B85AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85AC1; }
p { color: rgb(184,90,193); }
H1.HeaderClassName
{
color: #B85AC1;
}
.AnyTagClassName
{
color: #B85AC1;
}
</style>
background-color css
<style>
a { background-color: #B85AC1; }
a { background-color: rgb(184,90,193); }
div.DivClassName
{
background-color: #B85AC1;
}
.BgClassName
{
background-color: #B85AC1;
}
</style>
border-color css
<style>
span { border-color: #B85AC1; }
span { border-color: rgb(184,90,193); }
td.TdClassName
{
border-color: #B85AC1;
}
.TagClassName
{
border-color: #B85AC1;
}
</style>