Shades of Medium Orchid #B962E7
Tints of Medium Orchid #B962E7
RGB
CMYK
RGB Variations
Color information
#B962E7 (or 0xB962E7) is known color: Medium Orchid. HEX triplet: B9, 62 and E7. RGB value is (185,98,231). Sum of RGB (Red+Green+Blue) = 185+98+231=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #B962E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B962E7 is #469D18. Grayscale: #8A8A8A. Windows color (decimal): -4627737 or 15164089. OLE color: 15164089.
HSL color Cylindrical-coordinate representation of color #B962E7: hue angle of 279.25º degrees, saturation: 0.73, 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 #B962E7 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 98 | 231 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.09 |
| HSL | 279.25º | 0.73% | 0.65% | - |
| HSV(B) | 279.25º | 0.58% | 0.91% | - |
| XYZ | 38.8 | 24.82 | 78.35 | - |
| YUV | 139.18 | 179.82 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 231 | 0.20 | 0.58 | 0 | 0.09 | 279.25 | 0.73 | 0.65 |
| Hex | B9 | 62 | E7 | 14 | 3A | 0 | 9 | 117 | 49 | 41 |
| Octal | 271 | 142 | 347 | 24 | 72 | 0 | 11 | 427 | 111 | 101 |
| Binary | 10111001 | 1100010 | 11100111 | 10100 | 111010 | 0 | 1001 | 100010111 | 1001001 | 1000001 |
Color Harmonies of #B962E7
Complementary color
Monochromatic Colors of #B962E7
Black with #B962E7
Text Example
Text Example
White with #B962E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B962E7; }
p { color: rgb(185,98,231); }
H1.HeaderClassName
{
color: #B962E7;
}
.AnyTagClassName
{
color: #B962E7;
}
</style>
background-color css
<style>
a { background-color: #B962E7; }
a { background-color: rgb(185,98,231); }
div.DivClassName
{
background-color: #B962E7;
}
.BgClassName
{
background-color: #B962E7;
}
</style>
border-color css
<style>
span { border-color: #B962E7; }
span { border-color: rgb(185,98,231); }
td.TdClassName
{
border-color: #B962E7;
}
.TagClassName
{
border-color: #B962E7;
}
</style>