Shades of Medium Orchid #B962D2
Tints of Medium Orchid #B962D2
RGB
CMYK
RGB Variations
Color information
#B962D2 (or 0xB962D2) is known color: Medium Orchid. HEX triplet: B9, 62 and D2. RGB value is (185,98,210). Sum of RGB (Red+Green+Blue) = 185+98+210=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #B962D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962D2 is #469D2D. Grayscale: #888888. Windows color (decimal): -4627758 or 13787833. OLE color: 13787833.
HSL color Cylindrical-coordinate representation of color #B962D2: hue angle of 286.61º degrees, saturation: 0.55, 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 #B962D2 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 98 | 210 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.18 |
| HSL | 286.61º | 0.55% | 0.6% | - |
| HSV(B) | 286.61º | 0.53% | 0.82% | - |
| XYZ | 36.01 | 23.7 | 63.65 | - |
| YUV | 136.78 | 169.32 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 210 | 0.12 | 0.53 | 0 | 0.18 | 286.61 | 0.55 | 0.6 |
| Hex | B9 | 62 | D2 | C | 35 | 0 | 12 | 11F | 37 | 3C |
| Octal | 271 | 142 | 322 | 14 | 65 | 0 | 22 | 437 | 67 | 74 |
| Binary | 10111001 | 1100010 | 11010010 | 1100 | 110101 | 0 | 10010 | 100011111 | 110111 | 111100 |
Color Harmonies of #B962D2
Complementary color
Monochromatic Colors of #B962D2
Black with #B962D2
Text Example
Text Example
White with #B962D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B962D2; }
p { color: rgb(185,98,210); }
H1.HeaderClassName
{
color: #B962D2;
}
.AnyTagClassName
{
color: #B962D2;
}
</style>
background-color css
<style>
a { background-color: #B962D2; }
a { background-color: rgb(185,98,210); }
div.DivClassName
{
background-color: #B962D2;
}
.BgClassName
{
background-color: #B962D2;
}
</style>
border-color css
<style>
span { border-color: #B962D2; }
span { border-color: rgb(185,98,210); }
td.TdClassName
{
border-color: #B962D2;
}
.TagClassName
{
border-color: #B962D2;
}
</style>