Shades of Medium Orchid #B944CE
Tints of Medium Orchid #B944CE
RGB
CMYK
RGB Variations
Color information
#B944CE (or 0xB944CE) is known color: Medium Orchid. HEX triplet: B9, 44 and CE. RGB value is (185,68,206). Sum of RGB (Red+Green+Blue) = 185+68+206=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #B944CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B944CE is #46BB31. Grayscale: #767676. Windows color (decimal): -4635442 or 13518009. OLE color: 13518009.
HSL color Cylindrical-coordinate representation of color #B944CE: hue angle of 290.87º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B944CE is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 68 | 206 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.19 |
| HSL | 290.87º | 0.58% | 0.54% | - |
| HSV(B) | 290.87º | 0.67% | 0.81% | - |
| XYZ | 33.22 | 18.9 | 60.29 | - |
| YUV | 118.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 206 | 0.10 | 0.67 | 0 | 0.19 | 290.87 | 0.58 | 0.54 |
| Hex | B9 | 44 | CE | A | 43 | 0 | 13 | 123 | 3A | 36 |
| Octal | 271 | 104 | 316 | 12 | 103 | 0 | 23 | 443 | 72 | 66 |
| Binary | 10111001 | 1000100 | 11001110 | 1010 | 1000011 | 0 | 10011 | 100100011 | 111010 | 110110 |
Color Harmonies of #B944CE
Complementary color
Monochromatic Colors of #B944CE
Black with #B944CE
Text Example
Text Example
White with #B944CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B944CE; }
p { color: rgb(185,68,206); }
H1.HeaderClassName
{
color: #B944CE;
}
.AnyTagClassName
{
color: #B944CE;
}
</style>
background-color css
<style>
a { background-color: #B944CE; }
a { background-color: rgb(185,68,206); }
div.DivClassName
{
background-color: #B944CE;
}
.BgClassName
{
background-color: #B944CE;
}
</style>
border-color css
<style>
span { border-color: #B944CE; }
span { border-color: rgb(185,68,206); }
td.TdClassName
{
border-color: #B944CE;
}
.TagClassName
{
border-color: #B944CE;
}
</style>