Shades of Medium Orchid #B95ADE
Tints of Medium Orchid #B95ADE
RGB
CMYK
RGB Variations
Color information
#B95ADE (or 0xB95ADE) is known color: Medium Orchid. HEX triplet: B9, 5A and DE. RGB value is (185,90,222). Sum of RGB (Red+Green+Blue) = 185+90+222=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #B95ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ADE is #46A521. Grayscale: #858585. Windows color (decimal): -4629794 or 14572217. OLE color: 14572217.
HSL color Cylindrical-coordinate representation of color #B95ADE: hue angle of 283.18º 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 #B95ADE is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 90 | 222 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.13 |
| HSL | 283.18º | 0.67% | 0.61% | - |
| HSV(B) | 283.18º | 0.59% | 0.87% | - |
| XYZ | 36.85 | 22.9 | 71.59 | - |
| YUV | 133.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 222 | 0.17 | 0.59 | 0 | 0.13 | 283.18 | 0.67 | 0.61 |
| Hex | B9 | 5A | DE | 11 | 3B | 0 | D | 11B | 43 | 3D |
| Octal | 271 | 132 | 336 | 21 | 73 | 0 | 15 | 433 | 103 | 75 |
| Binary | 10111001 | 1011010 | 11011110 | 10001 | 111011 | 0 | 1101 | 100011011 | 1000011 | 111101 |
Color Harmonies of #B95ADE
Complementary color
Monochromatic Colors of #B95ADE
Black with #B95ADE
Text Example
Text Example
White with #B95ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95ADE; }
p { color: rgb(185,90,222); }
H1.HeaderClassName
{
color: #B95ADE;
}
.AnyTagClassName
{
color: #B95ADE;
}
</style>
background-color css
<style>
a { background-color: #B95ADE; }
a { background-color: rgb(185,90,222); }
div.DivClassName
{
background-color: #B95ADE;
}
.BgClassName
{
background-color: #B95ADE;
}
</style>
border-color css
<style>
span { border-color: #B95ADE; }
span { border-color: rgb(185,90,222); }
td.TdClassName
{
border-color: #B95ADE;
}
.TagClassName
{
border-color: #B95ADE;
}
</style>