Shades of Medium Orchid #B044ED
Tints of Medium Orchid #B044ED
RGB
CMYK
RGB Variations
Color information
#B044ED (or 0xB044ED) is known color: Medium Orchid. HEX triplet: B0, 44 and ED. RGB value is (176,68,237). Sum of RGB (Red+Green+Blue) = 176+68+237=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #B044ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044ED is #4FBB12. Grayscale: #767676. Windows color (decimal): -5225235 or 15549616. OLE color: 15549616.
HSL color Cylindrical-coordinate representation of color #B044ED: hue angle of 278.34º 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 #B044ED is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 68 | 237 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.07 |
| HSL | 278.34º | 0.82% | 0.6% | - |
| HSV(B) | 278.34º | 0.71% | 0.93% | - |
| XYZ | 35.26 | 19.48 | 82.02 | - |
| YUV | 119.56 | 194.28 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 237 | 0.26 | 0.71 | 0 | 0.07 | 278.34 | 0.82 | 0.6 |
| Hex | B0 | 44 | ED | 1A | 47 | 0 | 7 | 116 | 52 | 3C |
| Octal | 260 | 104 | 355 | 32 | 107 | 0 | 7 | 426 | 122 | 74 |
| Binary | 10110000 | 1000100 | 11101101 | 11010 | 1000111 | 0 | 111 | 100010110 | 1010010 | 111100 |
Color Harmonies of #B044ED
Complementary color
Monochromatic Colors of #B044ED
Black with #B044ED
Text Example
Text Example
White with #B044ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044ED; }
p { color: rgb(176,68,237); }
H1.HeaderClassName
{
color: #B044ED;
}
.AnyTagClassName
{
color: #B044ED;
}
</style>
background-color css
<style>
a { background-color: #B044ED; }
a { background-color: rgb(176,68,237); }
div.DivClassName
{
background-color: #B044ED;
}
.BgClassName
{
background-color: #B044ED;
}
</style>
border-color css
<style>
span { border-color: #B044ED; }
span { border-color: rgb(176,68,237); }
td.TdClassName
{
border-color: #B044ED;
}
.TagClassName
{
border-color: #B044ED;
}
</style>