Shades of Medium Orchid #B858DB
Tints of Medium Orchid #B858DB
RGB
CMYK
RGB Variations
Color information
#B858DB (or 0xB858DB) is known color: Medium Orchid. HEX triplet: B8, 58 and DB. RGB value is (184,88,219). Sum of RGB (Red+Green+Blue) = 184+88+219=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #B858DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858DB is #47A724. Grayscale: #838383. Windows color (decimal): -4695845 or 14375096. OLE color: 14375096.
HSL color Cylindrical-coordinate representation of color #B858DB: hue angle of 283.97º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B858DB is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 88 | 219 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.14 |
| HSL | 283.97º | 0.65% | 0.6% | - |
| HSV(B) | 283.97º | 0.6% | 0.86% | - |
| XYZ | 36.04 | 22.28 | 69.42 | - |
| YUV | 131.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 219 | 0.16 | 0.60 | 0 | 0.14 | 283.97 | 0.65 | 0.6 |
| Hex | B8 | 58 | DB | 10 | 3C | 0 | E | 11C | 41 | 3C |
| Octal | 270 | 130 | 333 | 20 | 74 | 0 | 16 | 434 | 101 | 74 |
| Binary | 10111000 | 1011000 | 11011011 | 10000 | 111100 | 0 | 1110 | 100011100 | 1000001 | 111100 |
Color Harmonies of #B858DB
Complementary color
Monochromatic Colors of #B858DB
Black with #B858DB
Text Example
Text Example
White with #B858DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B858DB; }
p { color: rgb(184,88,219); }
H1.HeaderClassName
{
color: #B858DB;
}
.AnyTagClassName
{
color: #B858DB;
}
</style>
background-color css
<style>
a { background-color: #B858DB; }
a { background-color: rgb(184,88,219); }
div.DivClassName
{
background-color: #B858DB;
}
.BgClassName
{
background-color: #B858DB;
}
</style>
border-color css
<style>
span { border-color: #B858DB; }
span { border-color: rgb(184,88,219); }
td.TdClassName
{
border-color: #B858DB;
}
.TagClassName
{
border-color: #B858DB;
}
</style>