Shades of Medium Orchid #B858D6
Tints of Medium Orchid #B858D6
RGB
CMYK
RGB Variations
Color information
#B858D6 (or 0xB858D6) is known color: Medium Orchid. HEX triplet: B8, 58 and D6. RGB value is (184,88,214). Sum of RGB (Red+Green+Blue) = 184+88+214=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #B858D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B858D6 is #47A729. Grayscale: #828282. Windows color (decimal): -4695850 or 14047416. OLE color: 14047416.
HSL color Cylindrical-coordinate representation of color #B858D6: hue angle of 285.71º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B858D6 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 88 | 214 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.16 |
| HSL | 285.71º | 0.61% | 0.59% | - |
| HSV(B) | 285.71º | 0.59% | 0.84% | - |
| XYZ | 35.39 | 22.02 | 66 | - |
| YUV | 131.07 | 174.8 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 214 | 0.14 | 0.59 | 0 | 0.16 | 285.71 | 0.61 | 0.59 |
| Hex | B8 | 58 | D6 | E | 3B | 0 | 10 | 11E | 3D | 3B |
| Octal | 270 | 130 | 326 | 16 | 73 | 0 | 20 | 436 | 75 | 73 |
| Binary | 10111000 | 1011000 | 11010110 | 1110 | 111011 | 0 | 10000 | 100011110 | 111101 | 111011 |
Color Harmonies of #B858D6
Complementary color
Monochromatic Colors of #B858D6
Black with #B858D6
Text Example
Text Example
White with #B858D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B858D6; }
p { color: rgb(184,88,214); }
H1.HeaderClassName
{
color: #B858D6;
}
.AnyTagClassName
{
color: #B858D6;
}
</style>
background-color css
<style>
a { background-color: #B858D6; }
a { background-color: rgb(184,88,214); }
div.DivClassName
{
background-color: #B858D6;
}
.BgClassName
{
background-color: #B858D6;
}
</style>
border-color css
<style>
span { border-color: #B858D6; }
span { border-color: rgb(184,88,214); }
td.TdClassName
{
border-color: #B858D6;
}
.TagClassName
{
border-color: #B858D6;
}
</style>