Shades of Medium Orchid #B944E4
Tints of Medium Orchid #B944E4
RGB
CMYK
RGB Variations
Color information
#B944E4 (or 0xB944E4) is known color: Medium Orchid. HEX triplet: B9, 44 and E4. RGB value is (185,68,228). Sum of RGB (Red+Green+Blue) = 185+68+228=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #B944E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B944E4 is #46BB1B. Grayscale: #787878. Windows color (decimal): -4635420 or 14959801. OLE color: 14959801.
HSL color Cylindrical-coordinate representation of color #B944E4: hue angle of 283.88º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B944E4 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 68 | 228 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.11 |
| HSL | 283.88º | 0.75% | 0.58% | - |
| HSV(B) | 283.88º | 0.7% | 0.89% | - |
| XYZ | 36.08 | 20.05 | 75.37 | - |
| YUV | 121.22 | 188.26 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 228 | 0.19 | 0.70 | 0 | 0.11 | 283.88 | 0.75 | 0.58 |
| Hex | B9 | 44 | E4 | 13 | 46 | 0 | B | 11C | 4B | 3A |
| Octal | 271 | 104 | 344 | 23 | 106 | 0 | 13 | 434 | 113 | 72 |
| Binary | 10111001 | 1000100 | 11100100 | 10011 | 1000110 | 0 | 1011 | 100011100 | 1001011 | 111010 |
Color Harmonies of #B944E4
Complementary color
Monochromatic Colors of #B944E4
Black with #B944E4
Text Example
Text Example
White with #B944E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B944E4; }
p { color: rgb(185,68,228); }
H1.HeaderClassName
{
color: #B944E4;
}
.AnyTagClassName
{
color: #B944E4;
}
</style>
background-color css
<style>
a { background-color: #B944E4; }
a { background-color: rgb(185,68,228); }
div.DivClassName
{
background-color: #B944E4;
}
.BgClassName
{
background-color: #B944E4;
}
</style>
border-color css
<style>
span { border-color: #B944E4; }
span { border-color: rgb(185,68,228); }
td.TdClassName
{
border-color: #B944E4;
}
.TagClassName
{
border-color: #B944E4;
}
</style>