Shades of Medium Orchid #B962E9
Tints of Medium Orchid #B962E9
RGB
CMYK
RGB Variations
Color information
#B962E9 (or 0xB962E9) is known color: Medium Orchid. HEX triplet: B9, 62 and E9. RGB value is (185,98,233). Sum of RGB (Red+Green+Blue) = 185+98+233=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #B962E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B962E9 is #469D16. Grayscale: #8A8A8A. Windows color (decimal): -4627735 or 15295161. OLE color: 15295161.
HSL color Cylindrical-coordinate representation of color #B962E9: hue angle of 278.67º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B962E9 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 98 | 233 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.09 |
| HSL | 278.67º | 0.75% | 0.65% | - |
| HSV(B) | 278.67º | 0.58% | 0.91% | - |
| XYZ | 39.08 | 24.93 | 79.84 | - |
| YUV | 139.4 | 180.82 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 233 | 0.21 | 0.58 | 0 | 0.09 | 278.67 | 0.75 | 0.65 |
| Hex | B9 | 62 | E9 | 15 | 3A | 0 | 9 | 117 | 4B | 41 |
| Octal | 271 | 142 | 351 | 25 | 72 | 0 | 11 | 427 | 113 | 101 |
| Binary | 10111001 | 1100010 | 11101001 | 10101 | 111010 | 0 | 1001 | 100010111 | 1001011 | 1000001 |
Color Harmonies of #B962E9
Complementary color
Monochromatic Colors of #B962E9
Black with #B962E9
Text Example
Text Example
White with #B962E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B962E9; }
p { color: rgb(185,98,233); }
H1.HeaderClassName
{
color: #B962E9;
}
.AnyTagClassName
{
color: #B962E9;
}
</style>
background-color css
<style>
a { background-color: #B962E9; }
a { background-color: rgb(185,98,233); }
div.DivClassName
{
background-color: #B962E9;
}
.BgClassName
{
background-color: #B962E9;
}
</style>
border-color css
<style>
span { border-color: #B962E9; }
span { border-color: rgb(185,98,233); }
td.TdClassName
{
border-color: #B962E9;
}
.TagClassName
{
border-color: #B962E9;
}
</style>