Shades of Medium Orchid #B962D0
Tints of Medium Orchid #B962D0
RGB
CMYK
RGB Variations
Color information
#B962D0 (or 0xB962D0) is known color: Medium Orchid. HEX triplet: B9, 62 and D0. RGB value is (185,98,208). Sum of RGB (Red+Green+Blue) = 185+98+208=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #B962D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962D0 is #469D2F. Grayscale: #888888. Windows color (decimal): -4627760 or 13656761. OLE color: 13656761.
HSL color Cylindrical-coordinate representation of color #B962D0: hue angle of 287.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B962D0 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 98 | 208 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.18 |
| HSL | 287.45º | 0.54% | 0.6% | - |
| HSV(B) | 287.45º | 0.53% | 0.82% | - |
| XYZ | 35.76 | 23.6 | 62.35 | - |
| YUV | 136.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 208 | 0.11 | 0.53 | 0 | 0.18 | 287.45 | 0.54 | 0.6 |
| Hex | B9 | 62 | D0 | B | 35 | 0 | 12 | 11F | 36 | 3C |
| Octal | 271 | 142 | 320 | 13 | 65 | 0 | 22 | 437 | 66 | 74 |
| Binary | 10111001 | 1100010 | 11010000 | 1011 | 110101 | 0 | 10010 | 100011111 | 110110 | 111100 |
Color Harmonies of #B962D0
Complementary color
Monochromatic Colors of #B962D0
Black with #B962D0
Text Example
Text Example
White with #B962D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B962D0; }
p { color: rgb(185,98,208); }
H1.HeaderClassName
{
color: #B962D0;
}
.AnyTagClassName
{
color: #B962D0;
}
</style>
background-color css
<style>
a { background-color: #B962D0; }
a { background-color: rgb(185,98,208); }
div.DivClassName
{
background-color: #B962D0;
}
.BgClassName
{
background-color: #B962D0;
}
</style>
border-color css
<style>
span { border-color: #B962D0; }
span { border-color: rgb(185,98,208); }
td.TdClassName
{
border-color: #B962D0;
}
.TagClassName
{
border-color: #B962D0;
}
</style>