Shades of Medium Orchid #B858DD
Tints of Medium Orchid #B858DD
RGB
CMYK
RGB Variations
Color information
#B858DD (or 0xB858DD) is known color: Medium Orchid. HEX triplet: B8, 58 and DD. RGB value is (184,88,221). Sum of RGB (Red+Green+Blue) = 184+88+221=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #B858DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858DD is #47A722. Grayscale: #838383. Windows color (decimal): -4695843 or 14506168. OLE color: 14506168.
HSL color Cylindrical-coordinate representation of color #B858DD: hue angle of 283.31º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B858DD is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 88 | 221 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.13 |
| HSL | 283.31º | 0.66% | 0.61% | - |
| HSV(B) | 283.31º | 0.6% | 0.87% | - |
| XYZ | 36.31 | 22.39 | 70.81 | - |
| YUV | 131.87 | 178.3 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 221 | 0.17 | 0.60 | 0 | 0.13 | 283.31 | 0.66 | 0.61 |
| Hex | B8 | 58 | DD | 11 | 3C | 0 | D | 11B | 42 | 3D |
| Octal | 270 | 130 | 335 | 21 | 74 | 0 | 15 | 433 | 102 | 75 |
| Binary | 10111000 | 1011000 | 11011101 | 10001 | 111100 | 0 | 1101 | 100011011 | 1000010 | 111101 |
Color Harmonies of #B858DD
Complementary color
Monochromatic Colors of #B858DD
Black with #B858DD
Text Example
Text Example
White with #B858DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B858DD; }
p { color: rgb(184,88,221); }
H1.HeaderClassName
{
color: #B858DD;
}
.AnyTagClassName
{
color: #B858DD;
}
</style>
background-color css
<style>
a { background-color: #B858DD; }
a { background-color: rgb(184,88,221); }
div.DivClassName
{
background-color: #B858DD;
}
.BgClassName
{
background-color: #B858DD;
}
</style>
border-color css
<style>
span { border-color: #B858DD; }
span { border-color: rgb(184,88,221); }
td.TdClassName
{
border-color: #B858DD;
}
.TagClassName
{
border-color: #B858DD;
}
</style>