Shades of Medium Orchid #B962E6
Tints of Medium Orchid #B962E6
RGB
CMYK
RGB Variations
Color information
#B962E6 (or 0xB962E6) is known color: Medium Orchid. HEX triplet: B9, 62 and E6. RGB value is (185,98,230). Sum of RGB (Red+Green+Blue) = 185+98+230=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #B962E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B962E6 is #469D19. Grayscale: #8A8A8A. Windows color (decimal): -4627738 or 15098553. OLE color: 15098553.
HSL color Cylindrical-coordinate representation of color #B962E6: hue angle of 279.55º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B962E6 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 98 | 230 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.10 |
| HSL | 279.55º | 0.73% | 0.64% | - |
| HSV(B) | 279.55º | 0.57% | 0.9% | - |
| XYZ | 38.66 | 24.76 | 77.61 | - |
| YUV | 139.06 | 179.32 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 230 | 0.20 | 0.57 | 0 | 0.10 | 279.55 | 0.73 | 0.64 |
| Hex | B9 | 62 | E6 | 14 | 39 | 0 | A | 118 | 49 | 40 |
| Octal | 271 | 142 | 346 | 24 | 71 | 0 | 12 | 430 | 111 | 100 |
| Binary | 10111001 | 1100010 | 11100110 | 10100 | 111001 | 0 | 1010 | 100011000 | 1001001 | 1000000 |
Color Harmonies of #B962E6
Complementary color
Monochromatic Colors of #B962E6
Black with #B962E6
Text Example
Text Example
White with #B962E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B962E6; }
p { color: rgb(185,98,230); }
H1.HeaderClassName
{
color: #B962E6;
}
.AnyTagClassName
{
color: #B962E6;
}
</style>
background-color css
<style>
a { background-color: #B962E6; }
a { background-color: rgb(185,98,230); }
div.DivClassName
{
background-color: #B962E6;
}
.BgClassName
{
background-color: #B962E6;
}
</style>
border-color css
<style>
span { border-color: #B962E6; }
span { border-color: rgb(185,98,230); }
td.TdClassName
{
border-color: #B962E6;
}
.TagClassName
{
border-color: #B962E6;
}
</style>