Shades of Medium Orchid #B961DD
Tints of Medium Orchid #B961DD
RGB
CMYK
RGB Variations
Color information
#B961DD (or 0xB961DD) is known color: Medium Orchid. HEX triplet: B9, 61 and DD. RGB value is (185,97,221). Sum of RGB (Red+Green+Blue) = 185+97+221=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #B961DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961DD is #469E22. Grayscale: #898989. Windows color (decimal): -4628003 or 14508473. OLE color: 14508473.
HSL color Cylindrical-coordinate representation of color #B961DD: hue angle of 282.58º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B961DD is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 97 | 221 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.13 |
| HSL | 282.58º | 0.65% | 0.62% | - |
| HSV(B) | 282.58º | 0.56% | 0.87% | - |
| XYZ | 37.33 | 24.08 | 71.09 | - |
| YUV | 137.45 | 175.15 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 221 | 0.16 | 0.56 | 0 | 0.13 | 282.58 | 0.65 | 0.62 |
| Hex | B9 | 61 | DD | 10 | 38 | 0 | D | 11B | 41 | 3E |
| Octal | 271 | 141 | 335 | 20 | 70 | 0 | 15 | 433 | 101 | 76 |
| Binary | 10111001 | 1100001 | 11011101 | 10000 | 111000 | 0 | 1101 | 100011011 | 1000001 | 111110 |
Color Harmonies of #B961DD
Complementary color
Monochromatic Colors of #B961DD
Black with #B961DD
Text Example
Text Example
White with #B961DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B961DD; }
p { color: rgb(185,97,221); }
H1.HeaderClassName
{
color: #B961DD;
}
.AnyTagClassName
{
color: #B961DD;
}
</style>
background-color css
<style>
a { background-color: #B961DD; }
a { background-color: rgb(185,97,221); }
div.DivClassName
{
background-color: #B961DD;
}
.BgClassName
{
background-color: #B961DD;
}
</style>
border-color css
<style>
span { border-color: #B961DD; }
span { border-color: rgb(185,97,221); }
td.TdClassName
{
border-color: #B961DD;
}
.TagClassName
{
border-color: #B961DD;
}
</style>