Shades of Medium Orchid #B85DDB
Tints of Medium Orchid #B85DDB
RGB
CMYK
RGB Variations
Color information
#B85DDB (or 0xB85DDB) is known color: Medium Orchid. HEX triplet: B8, 5D and DB. RGB value is (184,93,219). Sum of RGB (Red+Green+Blue) = 184+93+219=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #B85DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85DDB is #47A224. Grayscale: #868686. Windows color (decimal): -4694565 or 14376376. OLE color: 14376376.
HSL color Cylindrical-coordinate representation of color #B85DDB: hue angle of 283.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B85DDB is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 93 | 219 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.14 |
| HSL | 283.33º | 0.64% | 0.61% | - |
| HSV(B) | 283.33º | 0.58% | 0.86% | - |
| XYZ | 36.47 | 23.13 | 69.56 | - |
| YUV | 134.57 | 175.65 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 219 | 0.16 | 0.58 | 0 | 0.14 | 283.33 | 0.64 | 0.61 |
| Hex | B8 | 5D | DB | 10 | 3A | 0 | E | 11B | 40 | 3D |
| Octal | 270 | 135 | 333 | 20 | 72 | 0 | 16 | 433 | 100 | 75 |
| Binary | 10111000 | 1011101 | 11011011 | 10000 | 111010 | 0 | 1110 | 100011011 | 1000000 | 111101 |
Color Harmonies of #B85DDB
Complementary color
Monochromatic Colors of #B85DDB
Black with #B85DDB
Text Example
Text Example
White with #B85DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85DDB; }
p { color: rgb(184,93,219); }
H1.HeaderClassName
{
color: #B85DDB;
}
.AnyTagClassName
{
color: #B85DDB;
}
</style>
background-color css
<style>
a { background-color: #B85DDB; }
a { background-color: rgb(184,93,219); }
div.DivClassName
{
background-color: #B85DDB;
}
.BgClassName
{
background-color: #B85DDB;
}
</style>
border-color css
<style>
span { border-color: #B85DDB; }
span { border-color: rgb(184,93,219); }
td.TdClassName
{
border-color: #B85DDB;
}
.TagClassName
{
border-color: #B85DDB;
}
</style>