Shades of Fuchsia #B85EBA
Tints of Fuchsia #B85EBA
RGB
CMYK
RGB Variations
Color information
#B85EBA (or 0xB85EBA) is known color: Fuchsia. HEX triplet: B8, 5E and BA. RGB value is (184,94,186). Sum of RGB (Red+Green+Blue) = 184+94+186=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #B85EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EBA is #47A145. Grayscale: #838383. Windows color (decimal): -4694342 or 12213944. OLE color: 12213944.
HSL color Cylindrical-coordinate representation of color #B85EBA: hue angle of 298.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85EBA is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 94 | 186 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.27 |
| HSL | 298.7º | 0.4% | 0.55% | - |
| HSV(B) | 298.7º | 0.49% | 0.73% | - |
| XYZ | 32.63 | 21.74 | 48.93 | - |
| YUV | 131.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 186 | 0.01 | 0.49 | 0 | 0.27 | 298.7 | 0.4 | 0.55 |
| Hex | B8 | 5E | BA | 1 | 31 | 0 | 1B | 12B | 28 | 37 |
| Octal | 270 | 136 | 272 | 1 | 61 | 0 | 33 | 453 | 50 | 67 |
| Binary | 10111000 | 1011110 | 10111010 | 1 | 110001 | 0 | 11011 | 100101011 | 101000 | 110111 |
Color Harmonies of #B85EBA
Complementary color
Monochromatic Colors of #B85EBA
Black with #B85EBA
Text Example
Text Example
White with #B85EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85EBA; }
p { color: rgb(184,94,186); }
H1.HeaderClassName
{
color: #B85EBA;
}
.AnyTagClassName
{
color: #B85EBA;
}
</style>
background-color css
<style>
a { background-color: #B85EBA; }
a { background-color: rgb(184,94,186); }
div.DivClassName
{
background-color: #B85EBA;
}
.BgClassName
{
background-color: #B85EBA;
}
</style>
border-color css
<style>
span { border-color: #B85EBA; }
span { border-color: rgb(184,94,186); }
td.TdClassName
{
border-color: #B85EBA;
}
.TagClassName
{
border-color: #B85EBA;
}
</style>