Shades of Medium Orchid #B85DEF
Tints of Medium Orchid #B85DEF
RGB
CMYK
RGB Variations
Color information
#B85DEF (or 0xB85DEF) is known color: Medium Orchid. HEX triplet: B8, 5D and EF. RGB value is (184,93,239). Sum of RGB (Red+Green+Blue) = 184+93+239=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #B85DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85DEF is #47A210. Grayscale: #888888. Windows color (decimal): -4694545 or 15687096. OLE color: 15687096.
HSL color Cylindrical-coordinate representation of color #B85DEF: hue angle of 277.4º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85DEF is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 93 | 239 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.06 |
| HSL | 277.4º | 0.82% | 0.65% | - |
| HSV(B) | 277.4º | 0.61% | 0.94% | - |
| XYZ | 39.26 | 24.25 | 84.27 | - |
| YUV | 136.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 239 | 0.23 | 0.61 | 0 | 0.06 | 277.4 | 0.82 | 0.65 |
| Hex | B8 | 5D | EF | 17 | 3D | 0 | 6 | 115 | 52 | 41 |
| Octal | 270 | 135 | 357 | 27 | 75 | 0 | 6 | 425 | 122 | 101 |
| Binary | 10111000 | 1011101 | 11101111 | 10111 | 111101 | 0 | 110 | 100010101 | 1010010 | 1000001 |
Color Harmonies of #B85DEF
Complementary color
Monochromatic Colors of #B85DEF
Black with #B85DEF
Text Example
Text Example
White with #B85DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85DEF; }
p { color: rgb(184,93,239); }
H1.HeaderClassName
{
color: #B85DEF;
}
.AnyTagClassName
{
color: #B85DEF;
}
</style>
background-color css
<style>
a { background-color: #B85DEF; }
a { background-color: rgb(184,93,239); }
div.DivClassName
{
background-color: #B85DEF;
}
.BgClassName
{
background-color: #B85DEF;
}
</style>
border-color css
<style>
span { border-color: #B85DEF; }
span { border-color: rgb(184,93,239); }
td.TdClassName
{
border-color: #B85DEF;
}
.TagClassName
{
border-color: #B85DEF;
}
</style>