Shades of Medium Orchid #B943EC
Tints of Medium Orchid #B943EC
RGB
CMYK
RGB Variations
Color information
#B943EC (or 0xB943EC) is known color: Medium Orchid. HEX triplet: B9, 43 and EC. RGB value is (185,67,236). Sum of RGB (Red+Green+Blue) = 185+67+236=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #B943EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B943EC is #46BC13. Grayscale: #787878. Windows color (decimal): -4635668 or 15483833. OLE color: 15483833.
HSL color Cylindrical-coordinate representation of color #B943EC: hue angle of 281.89º 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 #B943EC is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 67 | 236 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.07 |
| HSL | 281.89º | 0.82% | 0.59% | - |
| HSV(B) | 281.89º | 0.72% | 0.93% | - |
| XYZ | 37.16 | 20.38 | 81.33 | - |
| YUV | 121.55 | 192.59 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 236 | 0.22 | 0.72 | 0 | 0.07 | 281.89 | 0.82 | 0.59 |
| Hex | B9 | 43 | EC | 16 | 48 | 0 | 7 | 11A | 52 | 3B |
| Octal | 271 | 103 | 354 | 26 | 110 | 0 | 7 | 432 | 122 | 73 |
| Binary | 10111001 | 1000011 | 11101100 | 10110 | 1001000 | 0 | 111 | 100011010 | 1010010 | 111011 |
Color Harmonies of #B943EC
Complementary color
Monochromatic Colors of #B943EC
Black with #B943EC
Text Example
Text Example
White with #B943EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B943EC; }
p { color: rgb(185,67,236); }
H1.HeaderClassName
{
color: #B943EC;
}
.AnyTagClassName
{
color: #B943EC;
}
</style>
background-color css
<style>
a { background-color: #B943EC; }
a { background-color: rgb(185,67,236); }
div.DivClassName
{
background-color: #B943EC;
}
.BgClassName
{
background-color: #B943EC;
}
</style>
border-color css
<style>
span { border-color: #B943EC; }
span { border-color: rgb(185,67,236); }
td.TdClassName
{
border-color: #B943EC;
}
.TagClassName
{
border-color: #B943EC;
}
</style>