Shades of Medium Orchid #B962D6
Tints of Medium Orchid #B962D6
RGB
CMYK
RGB Variations
Color information
#B962D6 (or 0xB962D6) is known color: Medium Orchid. HEX triplet: B9, 62 and D6. RGB value is (185,98,214). Sum of RGB (Red+Green+Blue) = 185+98+214=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #B962D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962D6 is #469D29. Grayscale: #888888. Windows color (decimal): -4627754 or 14049977. OLE color: 14049977.
HSL color Cylindrical-coordinate representation of color #B962D6: hue angle of 285º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B962D6 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 98 | 214 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.16 |
| HSL | 285º | 0.59% | 0.61% | - |
| HSV(B) | 285º | 0.54% | 0.84% | - |
| XYZ | 36.51 | 23.9 | 66.31 | - |
| YUV | 137.24 | 171.32 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 214 | 0.14 | 0.54 | 0 | 0.16 | 285 | 0.59 | 0.61 |
| Hex | B9 | 62 | D6 | E | 36 | 0 | 10 | 11D | 3B | 3D |
| Octal | 271 | 142 | 326 | 16 | 66 | 0 | 20 | 435 | 73 | 75 |
| Binary | 10111001 | 1100010 | 11010110 | 1110 | 110110 | 0 | 10000 | 100011101 | 111011 | 111101 |
Color Harmonies of #B962D6
Complementary color
Monochromatic Colors of #B962D6
Black with #B962D6
Text Example
Text Example
White with #B962D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B962D6; }
p { color: rgb(185,98,214); }
H1.HeaderClassName
{
color: #B962D6;
}
.AnyTagClassName
{
color: #B962D6;
}
</style>
background-color css
<style>
a { background-color: #B962D6; }
a { background-color: rgb(185,98,214); }
div.DivClassName
{
background-color: #B962D6;
}
.BgClassName
{
background-color: #B962D6;
}
</style>
border-color css
<style>
span { border-color: #B962D6; }
span { border-color: rgb(185,98,214); }
td.TdClassName
{
border-color: #B962D6;
}
.TagClassName
{
border-color: #B962D6;
}
</style>