Shades of Medium Orchid #B942EE
Tints of Medium Orchid #B942EE
RGB
CMYK
RGB Variations
Color information
#B942EE (or 0xB942EE) is known color: Medium Orchid. HEX triplet: B9, 42 and EE. RGB value is (185,66,238). Sum of RGB (Red+Green+Blue) = 185+66+238=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #B942EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B942EE is #46BD11. Grayscale: #787878. Windows color (decimal): -4635922 or 15614649. OLE color: 15614649.
HSL color Cylindrical-coordinate representation of color #B942EE: hue angle of 281.51º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B942EE is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 66 | 238 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.07 |
| HSL | 281.51º | 0.83% | 0.6% | - |
| HSV(B) | 281.51º | 0.72% | 0.93% | - |
| XYZ | 37.39 | 20.38 | 82.85 | - |
| YUV | 121.19 | 193.92 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 238 | 0.22 | 0.72 | 0 | 0.07 | 281.51 | 0.83 | 0.6 |
| Hex | B9 | 42 | EE | 16 | 48 | 0 | 7 | 11A | 53 | 3C |
| Octal | 271 | 102 | 356 | 26 | 110 | 0 | 7 | 432 | 123 | 74 |
| Binary | 10111001 | 1000010 | 11101110 | 10110 | 1001000 | 0 | 111 | 100011010 | 1010011 | 111100 |
Color Harmonies of #B942EE
Complementary color
Monochromatic Colors of #B942EE
Black with #B942EE
Text Example
Text Example
White with #B942EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942EE; }
p { color: rgb(185,66,238); }
H1.HeaderClassName
{
color: #B942EE;
}
.AnyTagClassName
{
color: #B942EE;
}
</style>
background-color css
<style>
a { background-color: #B942EE; }
a { background-color: rgb(185,66,238); }
div.DivClassName
{
background-color: #B942EE;
}
.BgClassName
{
background-color: #B942EE;
}
</style>
border-color css
<style>
span { border-color: #B942EE; }
span { border-color: rgb(185,66,238); }
td.TdClassName
{
border-color: #B942EE;
}
.TagClassName
{
border-color: #B942EE;
}
</style>