Shades of Fuchsia #B85EBD
Tints of Fuchsia #B85EBD
RGB
CMYK
RGB Variations
Color information
#B85EBD (or 0xB85EBD) is known color: Fuchsia. HEX triplet: B8, 5E and BD. RGB value is (184,94,189). Sum of RGB (Red+Green+Blue) = 184+94+189=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #B85EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EBD is #47A142. Grayscale: #838383. Windows color (decimal): -4694339 or 12410552. OLE color: 12410552.
HSL color Cylindrical-coordinate representation of color #B85EBD: hue angle of 296.84º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85EBD is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 94 | 189 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.26 |
| HSL | 296.84º | 0.42% | 0.55% | - |
| HSV(B) | 296.84º | 0.5% | 0.74% | - |
| XYZ | 32.96 | 21.87 | 50.63 | - |
| YUV | 131.74 | 160.32 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 189 | 0.03 | 0.50 | 0 | 0.26 | 296.84 | 0.42 | 0.55 |
| Hex | B8 | 5E | BD | 3 | 32 | 0 | 1A | 129 | 2A | 37 |
| Octal | 270 | 136 | 275 | 3 | 62 | 0 | 32 | 451 | 52 | 67 |
| Binary | 10111000 | 1011110 | 10111101 | 11 | 110010 | 0 | 11010 | 100101001 | 101010 | 110111 |
Color Harmonies of #B85EBD
Complementary color
Monochromatic Colors of #B85EBD
Black with #B85EBD
Text Example
Text Example
White with #B85EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85EBD; }
p { color: rgb(184,94,189); }
H1.HeaderClassName
{
color: #B85EBD;
}
.AnyTagClassName
{
color: #B85EBD;
}
</style>
background-color css
<style>
a { background-color: #B85EBD; }
a { background-color: rgb(184,94,189); }
div.DivClassName
{
background-color: #B85EBD;
}
.BgClassName
{
background-color: #B85EBD;
}
</style>
border-color css
<style>
span { border-color: #B85EBD; }
span { border-color: rgb(184,94,189); }
td.TdClassName
{
border-color: #B85EBD;
}
.TagClassName
{
border-color: #B85EBD;
}
</style>