Shades of Medium Orchid #B044E6
Tints of Medium Orchid #B044E6
RGB
CMYK
RGB Variations
Color information
#B044E6 (or 0xB044E6) is known color: Medium Orchid. HEX triplet: B0, 44 and E6. RGB value is (176,68,230). Sum of RGB (Red+Green+Blue) = 176+68+230=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #B044E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044E6 is #4FBB19. Grayscale: #767676. Windows color (decimal): -5225242 or 15090864. OLE color: 15090864.
HSL color Cylindrical-coordinate representation of color #B044E6: hue angle of 280º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B044E6 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 68 | 230 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.10 |
| HSL | 280º | 0.76% | 0.58% | - |
| HSV(B) | 280º | 0.7% | 0.9% | - |
| XYZ | 34.25 | 19.08 | 76.74 | - |
| YUV | 118.76 | 190.78 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 230 | 0.23 | 0.70 | 0 | 0.10 | 280 | 0.76 | 0.58 |
| Hex | B0 | 44 | E6 | 17 | 46 | 0 | A | 118 | 4C | 3A |
| Octal | 260 | 104 | 346 | 27 | 106 | 0 | 12 | 430 | 114 | 72 |
| Binary | 10110000 | 1000100 | 11100110 | 10111 | 1000110 | 0 | 1010 | 100011000 | 1001100 | 111010 |
Color Harmonies of #B044E6
Complementary color
Monochromatic Colors of #B044E6
Black with #B044E6
Text Example
Text Example
White with #B044E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044E6; }
p { color: rgb(176,68,230); }
H1.HeaderClassName
{
color: #B044E6;
}
.AnyTagClassName
{
color: #B044E6;
}
</style>
background-color css
<style>
a { background-color: #B044E6; }
a { background-color: rgb(176,68,230); }
div.DivClassName
{
background-color: #B044E6;
}
.BgClassName
{
background-color: #B044E6;
}
</style>
border-color css
<style>
span { border-color: #B044E6; }
span { border-color: rgb(176,68,230); }
td.TdClassName
{
border-color: #B044E6;
}
.TagClassName
{
border-color: #B044E6;
}
</style>