Shades of Medium Orchid #B044E8
Tints of Medium Orchid #B044E8
RGB
CMYK
RGB Variations
Color information
#B044E8 (or 0xB044E8) is known color: Medium Orchid. HEX triplet: B0, 44 and E8. RGB value is (176,68,232). Sum of RGB (Red+Green+Blue) = 176+68+232=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #B044E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044E8 is #4FBB17. Grayscale: #767676. Windows color (decimal): -5225240 or 15221936. OLE color: 15221936.
HSL color Cylindrical-coordinate representation of color #B044E8: hue angle of 279.51º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B044E8 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 68 | 232 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.09 |
| HSL | 279.51º | 0.78% | 0.59% | - |
| HSV(B) | 279.51º | 0.71% | 0.91% | - |
| XYZ | 34.54 | 19.19 | 78.23 | - |
| YUV | 118.99 | 191.78 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 232 | 0.24 | 0.71 | 0 | 0.09 | 279.51 | 0.78 | 0.59 |
| Hex | B0 | 44 | E8 | 18 | 47 | 0 | 9 | 118 | 4E | 3B |
| Octal | 260 | 104 | 350 | 30 | 107 | 0 | 11 | 430 | 116 | 73 |
| Binary | 10110000 | 1000100 | 11101000 | 11000 | 1000111 | 0 | 1001 | 100011000 | 1001110 | 111011 |
Color Harmonies of #B044E8
Complementary color
Monochromatic Colors of #B044E8
Black with #B044E8
Text Example
Text Example
White with #B044E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044E8; }
p { color: rgb(176,68,232); }
H1.HeaderClassName
{
color: #B044E8;
}
.AnyTagClassName
{
color: #B044E8;
}
</style>
background-color css
<style>
a { background-color: #B044E8; }
a { background-color: rgb(176,68,232); }
div.DivClassName
{
background-color: #B044E8;
}
.BgClassName
{
background-color: #B044E8;
}
</style>
border-color css
<style>
span { border-color: #B044E8; }
span { border-color: rgb(176,68,232); }
td.TdClassName
{
border-color: #B044E8;
}
.TagClassName
{
border-color: #B044E8;
}
</style>