Shades of Fuchsia #B85EC3
Tints of Fuchsia #B85EC3
RGB
CMYK
RGB Variations
Color information
#B85EC3 (or 0xB85EC3) is known color: Fuchsia. HEX triplet: B8, 5E and C3. RGB value is (184,94,195). Sum of RGB (Red+Green+Blue) = 184+94+195=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #B85EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EC3 is #47A13C. Grayscale: #848484. Windows color (decimal): -4694333 or 12803768. OLE color: 12803768.
HSL color Cylindrical-coordinate representation of color #B85EC3: hue angle of 293.47º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85EC3 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 94 | 195 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.24 |
| HSL | 293.47º | 0.46% | 0.57% | - |
| HSV(B) | 293.47º | 0.52% | 0.76% | - |
| XYZ | 33.62 | 22.14 | 54.13 | - |
| YUV | 132.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 195 | 0.06 | 0.52 | 0 | 0.24 | 293.47 | 0.46 | 0.57 |
| Hex | B8 | 5E | C3 | 6 | 34 | 0 | 18 | 125 | 2E | 39 |
| Octal | 270 | 136 | 303 | 6 | 64 | 0 | 30 | 445 | 56 | 71 |
| Binary | 10111000 | 1011110 | 11000011 | 110 | 110100 | 0 | 11000 | 100100101 | 101110 | 111001 |
Color Harmonies of #B85EC3
Complementary color
Monochromatic Colors of #B85EC3
Black with #B85EC3
Text Example
Text Example
White with #B85EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85EC3; }
p { color: rgb(184,94,195); }
H1.HeaderClassName
{
color: #B85EC3;
}
.AnyTagClassName
{
color: #B85EC3;
}
</style>
background-color css
<style>
a { background-color: #B85EC3; }
a { background-color: rgb(184,94,195); }
div.DivClassName
{
background-color: #B85EC3;
}
.BgClassName
{
background-color: #B85EC3;
}
</style>
border-color css
<style>
span { border-color: #B85EC3; }
span { border-color: rgb(184,94,195); }
td.TdClassName
{
border-color: #B85EC3;
}
.TagClassName
{
border-color: #B85EC3;
}
</style>