Shades of Medium Orchid #B962DC
Tints of Medium Orchid #B962DC
RGB
CMYK
RGB Variations
Color information
#B962DC (or 0xB962DC) is known color: Medium Orchid. HEX triplet: B9, 62 and DC. RGB value is (185,98,220). Sum of RGB (Red+Green+Blue) = 185+98+220=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #B962DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962DC is #469D23. Grayscale: #898989. Windows color (decimal): -4627748 or 14443193. OLE color: 14443193.
HSL color Cylindrical-coordinate representation of color #B962DC: hue angle of 282.79º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B962DC is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 98 | 220 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.14 |
| HSL | 282.79º | 0.64% | 0.62% | - |
| HSV(B) | 282.79º | 0.55% | 0.86% | - |
| XYZ | 37.29 | 24.22 | 70.42 | - |
| YUV | 137.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 220 | 0.16 | 0.55 | 0 | 0.14 | 282.79 | 0.64 | 0.62 |
| Hex | B9 | 62 | DC | 10 | 37 | 0 | E | 11B | 40 | 3E |
| Octal | 271 | 142 | 334 | 20 | 67 | 0 | 16 | 433 | 100 | 76 |
| Binary | 10111001 | 1100010 | 11011100 | 10000 | 110111 | 0 | 1110 | 100011011 | 1000000 | 111110 |
Color Harmonies of #B962DC
Complementary color
Monochromatic Colors of #B962DC
Black with #B962DC
Text Example
Text Example
White with #B962DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B962DC; }
p { color: rgb(185,98,220); }
H1.HeaderClassName
{
color: #B962DC;
}
.AnyTagClassName
{
color: #B962DC;
}
</style>
background-color css
<style>
a { background-color: #B962DC; }
a { background-color: rgb(185,98,220); }
div.DivClassName
{
background-color: #B962DC;
}
.BgClassName
{
background-color: #B962DC;
}
</style>
border-color css
<style>
span { border-color: #B962DC; }
span { border-color: rgb(185,98,220); }
td.TdClassName
{
border-color: #B962DC;
}
.TagClassName
{
border-color: #B962DC;
}
</style>