Shades of Medium Orchid #B944ED
Tints of Medium Orchid #B944ED
RGB
CMYK
RGB Variations
Color information
#B944ED (or 0xB944ED) is known color: Medium Orchid. HEX triplet: B9, 44 and ED. RGB value is (185,68,237). Sum of RGB (Red+Green+Blue) = 185+68+237=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #B944ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B944ED is #46BB12. Grayscale: #797979. Windows color (decimal): -4635411 or 15549625. OLE color: 15549625.
HSL color Cylindrical-coordinate representation of color #B944ED: hue angle of 281.54º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B944ED is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 68 | 237 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.07 |
| HSL | 281.54º | 0.82% | 0.6% | - |
| HSV(B) | 281.54º | 0.71% | 0.93% | - |
| XYZ | 37.36 | 20.56 | 82.12 | - |
| YUV | 122.25 | 192.76 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 237 | 0.22 | 0.71 | 0 | 0.07 | 281.54 | 0.82 | 0.6 |
| Hex | B9 | 44 | ED | 16 | 47 | 0 | 7 | 11A | 52 | 3C |
| Octal | 271 | 104 | 355 | 26 | 107 | 0 | 7 | 432 | 122 | 74 |
| Binary | 10111001 | 1000100 | 11101101 | 10110 | 1000111 | 0 | 111 | 100011010 | 1010010 | 111100 |
Color Harmonies of #B944ED
Complementary color
Monochromatic Colors of #B944ED
Black with #B944ED
Text Example
Text Example
White with #B944ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B944ED; }
p { color: rgb(185,68,237); }
H1.HeaderClassName
{
color: #B944ED;
}
.AnyTagClassName
{
color: #B944ED;
}
</style>
background-color css
<style>
a { background-color: #B944ED; }
a { background-color: rgb(185,68,237); }
div.DivClassName
{
background-color: #B944ED;
}
.BgClassName
{
background-color: #B944ED;
}
</style>
border-color css
<style>
span { border-color: #B944ED; }
span { border-color: rgb(185,68,237); }
td.TdClassName
{
border-color: #B944ED;
}
.TagClassName
{
border-color: #B944ED;
}
</style>