Shades of Medium Orchid #B85ADE
Tints of Medium Orchid #B85ADE
RGB
CMYK
RGB Variations
Color information
#B85ADE (or 0xB85ADE) is known color: Medium Orchid. HEX triplet: B8, 5A and DE. RGB value is (184,90,222). Sum of RGB (Red+Green+Blue) = 184+90+222=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #B85ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ADE is #47A521. Grayscale: #848484. Windows color (decimal): -4695330 or 14572216. OLE color: 14572216.
HSL color Cylindrical-coordinate representation of color #B85ADE: hue angle of 282.73º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B85ADE is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 90 | 222 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.13 |
| HSL | 282.73º | 0.67% | 0.61% | - |
| HSV(B) | 282.73º | 0.59% | 0.87% | - |
| XYZ | 36.61 | 22.78 | 71.57 | - |
| YUV | 133.15 | 178.14 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 222 | 0.17 | 0.59 | 0 | 0.13 | 282.73 | 0.67 | 0.61 |
| Hex | B8 | 5A | DE | 11 | 3B | 0 | D | 11B | 43 | 3D |
| Octal | 270 | 132 | 336 | 21 | 73 | 0 | 15 | 433 | 103 | 75 |
| Binary | 10111000 | 1011010 | 11011110 | 10001 | 111011 | 0 | 1101 | 100011011 | 1000011 | 111101 |
Color Harmonies of #B85ADE
Complementary color
Monochromatic Colors of #B85ADE
Black with #B85ADE
Text Example
Text Example
White with #B85ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85ADE; }
p { color: rgb(184,90,222); }
H1.HeaderClassName
{
color: #B85ADE;
}
.AnyTagClassName
{
color: #B85ADE;
}
</style>
background-color css
<style>
a { background-color: #B85ADE; }
a { background-color: rgb(184,90,222); }
div.DivClassName
{
background-color: #B85ADE;
}
.BgClassName
{
background-color: #B85ADE;
}
</style>
border-color css
<style>
span { border-color: #B85ADE; }
span { border-color: rgb(184,90,222); }
td.TdClassName
{
border-color: #B85ADE;
}
.TagClassName
{
border-color: #B85ADE;
}
</style>