Shades of Medium Orchid #B044EB
Tints of Medium Orchid #B044EB
RGB
CMYK
RGB Variations
Color information
#B044EB (or 0xB044EB) is known color: Medium Orchid. HEX triplet: B0, 44 and EB. RGB value is (176,68,235). Sum of RGB (Red+Green+Blue) = 176+68+235=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #B044EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044EB is #4FBB14. Grayscale: #767676. Windows color (decimal): -5225237 or 15418544. OLE color: 15418544.
HSL color Cylindrical-coordinate representation of color #B044EB: hue angle of 278.8º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B044EB is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 68 | 235 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.08 |
| HSL | 278.8º | 0.81% | 0.59% | - |
| HSV(B) | 278.8º | 0.71% | 0.92% | - |
| XYZ | 34.97 | 19.36 | 80.49 | - |
| YUV | 119.33 | 193.28 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 235 | 0.25 | 0.71 | 0 | 0.08 | 278.8 | 0.81 | 0.59 |
| Hex | B0 | 44 | EB | 19 | 47 | 0 | 8 | 117 | 51 | 3B |
| Octal | 260 | 104 | 353 | 31 | 107 | 0 | 10 | 427 | 121 | 73 |
| Binary | 10110000 | 1000100 | 11101011 | 11001 | 1000111 | 0 | 1000 | 100010111 | 1010001 | 111011 |
Color Harmonies of #B044EB
Complementary color
Monochromatic Colors of #B044EB
Black with #B044EB
Text Example
Text Example
White with #B044EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044EB; }
p { color: rgb(176,68,235); }
H1.HeaderClassName
{
color: #B044EB;
}
.AnyTagClassName
{
color: #B044EB;
}
</style>
background-color css
<style>
a { background-color: #B044EB; }
a { background-color: rgb(176,68,235); }
div.DivClassName
{
background-color: #B044EB;
}
.BgClassName
{
background-color: #B044EB;
}
</style>
border-color css
<style>
span { border-color: #B044EB; }
span { border-color: rgb(176,68,235); }
td.TdClassName
{
border-color: #B044EB;
}
.TagClassName
{
border-color: #B044EB;
}
</style>