Shades of Medium Orchid #B962CE
Tints of Medium Orchid #B962CE
RGB
CMYK
RGB Variations
Color information
#B962CE (or 0xB962CE) is known color: Medium Orchid. HEX triplet: B9, 62 and CE. RGB value is (185,98,206). Sum of RGB (Red+Green+Blue) = 185+98+206=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #B962CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962CE is #469D31. Grayscale: #878787. Windows color (decimal): -4627762 or 13525689. OLE color: 13525689.
HSL color Cylindrical-coordinate representation of color #B962CE: hue angle of 288.33º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B962CE is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 98 | 206 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.19 |
| HSL | 288.33º | 0.52% | 0.6% | - |
| HSV(B) | 288.33º | 0.52% | 0.81% | - |
| XYZ | 35.52 | 23.51 | 61.06 | - |
| YUV | 136.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 206 | 0.10 | 0.52 | 0 | 0.19 | 288.33 | 0.52 | 0.6 |
| Hex | B9 | 62 | CE | A | 34 | 0 | 13 | 120 | 34 | 3C |
| Octal | 271 | 142 | 316 | 12 | 64 | 0 | 23 | 440 | 64 | 74 |
| Binary | 10111001 | 1100010 | 11001110 | 1010 | 110100 | 0 | 10011 | 100100000 | 110100 | 111100 |
Color Harmonies of #B962CE
Complementary color
Monochromatic Colors of #B962CE
Black with #B962CE
Text Example
Text Example
White with #B962CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B962CE; }
p { color: rgb(185,98,206); }
H1.HeaderClassName
{
color: #B962CE;
}
.AnyTagClassName
{
color: #B962CE;
}
</style>
background-color css
<style>
a { background-color: #B962CE; }
a { background-color: rgb(185,98,206); }
div.DivClassName
{
background-color: #B962CE;
}
.BgClassName
{
background-color: #B962CE;
}
</style>
border-color css
<style>
span { border-color: #B962CE; }
span { border-color: rgb(185,98,206); }
td.TdClassName
{
border-color: #B962CE;
}
.TagClassName
{
border-color: #B962CE;
}
</style>