Shades of Medium Orchid #B962DD
Tints of Medium Orchid #B962DD
RGB
CMYK
RGB Variations
Color information
#B962DD (or 0xB962DD) is known color: Medium Orchid. HEX triplet: B9, 62 and DD. RGB value is (185,98,221). Sum of RGB (Red+Green+Blue) = 185+98+221=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #B962DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962DD is #469D22. Grayscale: #898989. Windows color (decimal): -4627747 or 14508729. OLE color: 14508729.
HSL color Cylindrical-coordinate representation of color #B962DD: hue angle of 282.44º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B962DD is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 98 | 221 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.13 |
| HSL | 282.44º | 0.64% | 0.63% | - |
| HSV(B) | 282.44º | 0.56% | 0.87% | - |
| XYZ | 37.43 | 24.27 | 71.12 | - |
| YUV | 138.04 | 174.82 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 221 | 0.16 | 0.56 | 0 | 0.13 | 282.44 | 0.64 | 0.63 |
| Hex | B9 | 62 | DD | 10 | 38 | 0 | D | 11A | 40 | 3F |
| Octal | 271 | 142 | 335 | 20 | 70 | 0 | 15 | 432 | 100 | 77 |
| Binary | 10111001 | 1100010 | 11011101 | 10000 | 111000 | 0 | 1101 | 100011010 | 1000000 | 111111 |
Color Harmonies of #B962DD
Complementary color
Monochromatic Colors of #B962DD
Black with #B962DD
Text Example
Text Example
White with #B962DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B962DD; }
p { color: rgb(185,98,221); }
H1.HeaderClassName
{
color: #B962DD;
}
.AnyTagClassName
{
color: #B962DD;
}
</style>
background-color css
<style>
a { background-color: #B962DD; }
a { background-color: rgb(185,98,221); }
div.DivClassName
{
background-color: #B962DD;
}
.BgClassName
{
background-color: #B962DD;
}
</style>
border-color css
<style>
span { border-color: #B962DD; }
span { border-color: rgb(185,98,221); }
td.TdClassName
{
border-color: #B962DD;
}
.TagClassName
{
border-color: #B962DD;
}
</style>