Shades of Medium Orchid #B85EDB
Tints of Medium Orchid #B85EDB
RGB
CMYK
RGB Variations
Color information
#B85EDB (or 0xB85EDB) is known color: Medium Orchid. HEX triplet: B8, 5E and DB. RGB value is (184,94,219). Sum of RGB (Red+Green+Blue) = 184+94+219=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #B85EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EDB is #47A124. Grayscale: #868686. Windows color (decimal): -4694309 or 14376632. OLE color: 14376632.
HSL color Cylindrical-coordinate representation of color #B85EDB: hue angle of 283.2º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85EDB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 94 | 219 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.14 |
| HSL | 283.2º | 0.63% | 0.61% | - |
| HSV(B) | 283.2º | 0.57% | 0.86% | - |
| XYZ | 36.56 | 23.31 | 69.59 | - |
| YUV | 135.16 | 175.32 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 219 | 0.16 | 0.57 | 0 | 0.14 | 283.2 | 0.63 | 0.61 |
| Hex | B8 | 5E | DB | 10 | 39 | 0 | E | 11B | 3F | 3D |
| Octal | 270 | 136 | 333 | 20 | 71 | 0 | 16 | 433 | 77 | 75 |
| Binary | 10111000 | 1011110 | 11011011 | 10000 | 111001 | 0 | 1110 | 100011011 | 111111 | 111101 |
Color Harmonies of #B85EDB
Complementary color
Monochromatic Colors of #B85EDB
Black with #B85EDB
Text Example
Text Example
White with #B85EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85EDB; }
p { color: rgb(184,94,219); }
H1.HeaderClassName
{
color: #B85EDB;
}
.AnyTagClassName
{
color: #B85EDB;
}
</style>
background-color css
<style>
a { background-color: #B85EDB; }
a { background-color: rgb(184,94,219); }
div.DivClassName
{
background-color: #B85EDB;
}
.BgClassName
{
background-color: #B85EDB;
}
</style>
border-color css
<style>
span { border-color: #B85EDB; }
span { border-color: rgb(184,94,219); }
td.TdClassName
{
border-color: #B85EDB;
}
.TagClassName
{
border-color: #B85EDB;
}
</style>