Shades of Medium Orchid #B942EC
Tints of Medium Orchid #B942EC
RGB
CMYK
RGB Variations
Color information
#B942EC (or 0xB942EC) is known color: Medium Orchid. HEX triplet: B9, 42 and EC. RGB value is (185,66,236). Sum of RGB (Red+Green+Blue) = 185+66+236=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #B942EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B942EC is #46BD13. Grayscale: #787878. Windows color (decimal): -4635924 or 15483577. OLE color: 15483577.
HSL color Cylindrical-coordinate representation of color #B942EC: hue angle of 282º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B942EC is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 66 | 236 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.07 |
| HSL | 282º | 0.82% | 0.59% | - |
| HSV(B) | 282º | 0.72% | 0.93% | - |
| XYZ | 37.1 | 20.27 | 81.31 | - |
| YUV | 120.96 | 192.92 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 236 | 0.22 | 0.72 | 0 | 0.07 | 282 | 0.82 | 0.59 |
| Hex | B9 | 42 | EC | 16 | 48 | 0 | 7 | 11A | 52 | 3B |
| Octal | 271 | 102 | 354 | 26 | 110 | 0 | 7 | 432 | 122 | 73 |
| Binary | 10111001 | 1000010 | 11101100 | 10110 | 1001000 | 0 | 111 | 100011010 | 1010010 | 111011 |
Color Harmonies of #B942EC
Complementary color
Monochromatic Colors of #B942EC
Black with #B942EC
Text Example
Text Example
White with #B942EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B942EC; }
p { color: rgb(185,66,236); }
H1.HeaderClassName
{
color: #B942EC;
}
.AnyTagClassName
{
color: #B942EC;
}
</style>
background-color css
<style>
a { background-color: #B942EC; }
a { background-color: rgb(185,66,236); }
div.DivClassName
{
background-color: #B942EC;
}
.BgClassName
{
background-color: #B942EC;
}
</style>
border-color css
<style>
span { border-color: #B942EC; }
span { border-color: rgb(185,66,236); }
td.TdClassName
{
border-color: #B942EC;
}
.TagClassName
{
border-color: #B942EC;
}
</style>