Shades of Medium Orchid #B044E1
Tints of Medium Orchid #B044E1
RGB
CMYK
RGB Variations
Color information
#B044E1 (or 0xB044E1) is known color: Medium Orchid. HEX triplet: B0, 44 and E1. RGB value is (176,68,225). Sum of RGB (Red+Green+Blue) = 176+68+225=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #B044E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044E1 is #4FBB1E. Grayscale: #757575. Windows color (decimal): -5225247 or 14763184. OLE color: 14763184.
HSL color Cylindrical-coordinate representation of color #B044E1: hue angle of 281.27º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B044E1 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 68 | 225 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.12 |
| HSL | 281.27º | 0.72% | 0.57% | - |
| HSV(B) | 281.27º | 0.7% | 0.88% | - |
| XYZ | 33.56 | 18.8 | 73.09 | - |
| YUV | 118.19 | 188.28 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 225 | 0.22 | 0.70 | 0 | 0.12 | 281.27 | 0.72 | 0.57 |
| Hex | B0 | 44 | E1 | 16 | 46 | 0 | C | 119 | 48 | 39 |
| Octal | 260 | 104 | 341 | 26 | 106 | 0 | 14 | 431 | 110 | 71 |
| Binary | 10110000 | 1000100 | 11100001 | 10110 | 1000110 | 0 | 1100 | 100011001 | 1001000 | 111001 |
Color Harmonies of #B044E1
Complementary color
Monochromatic Colors of #B044E1
Black with #B044E1
Text Example
Text Example
White with #B044E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044E1; }
p { color: rgb(176,68,225); }
H1.HeaderClassName
{
color: #B044E1;
}
.AnyTagClassName
{
color: #B044E1;
}
</style>
background-color css
<style>
a { background-color: #B044E1; }
a { background-color: rgb(176,68,225); }
div.DivClassName
{
background-color: #B044E1;
}
.BgClassName
{
background-color: #B044E1;
}
</style>
border-color css
<style>
span { border-color: #B044E1; }
span { border-color: rgb(176,68,225); }
td.TdClassName
{
border-color: #B044E1;
}
.TagClassName
{
border-color: #B044E1;
}
</style>