Shades of Fuchsia #B85BC1
Tints of Fuchsia #B85BC1
RGB
CMYK
RGB Variations
Color information
#B85BC1 (or 0xB85BC1) is known color: Fuchsia. HEX triplet: B8, 5B and C1. RGB value is (184,91,193). Sum of RGB (Red+Green+Blue) = 184+91+193=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #B85BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BC1 is #47A43E. Grayscale: #828282. Windows color (decimal): -4695103 or 12671928. OLE color: 12671928.
HSL color Cylindrical-coordinate representation of color #B85BC1: hue angle of 294.71º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85BC1 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 91 | 193 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.24 |
| HSL | 294.71º | 0.45% | 0.56% | - |
| HSV(B) | 294.71º | 0.53% | 0.76% | - |
| XYZ | 33.13 | 21.52 | 52.86 | - |
| YUV | 130.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 193 | 0.05 | 0.53 | 0 | 0.24 | 294.71 | 0.45 | 0.56 |
| Hex | B8 | 5B | C1 | 5 | 35 | 0 | 18 | 127 | 2D | 38 |
| Octal | 270 | 133 | 301 | 5 | 65 | 0 | 30 | 447 | 55 | 70 |
| Binary | 10111000 | 1011011 | 11000001 | 101 | 110101 | 0 | 11000 | 100100111 | 101101 | 111000 |
Color Harmonies of #B85BC1
Complementary color
Monochromatic Colors of #B85BC1
Black with #B85BC1
Text Example
Text Example
White with #B85BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85BC1; }
p { color: rgb(184,91,193); }
H1.HeaderClassName
{
color: #B85BC1;
}
.AnyTagClassName
{
color: #B85BC1;
}
</style>
background-color css
<style>
a { background-color: #B85BC1; }
a { background-color: rgb(184,91,193); }
div.DivClassName
{
background-color: #B85BC1;
}
.BgClassName
{
background-color: #B85BC1;
}
</style>
border-color css
<style>
span { border-color: #B85BC1; }
span { border-color: rgb(184,91,193); }
td.TdClassName
{
border-color: #B85BC1;
}
.TagClassName
{
border-color: #B85BC1;
}
</style>