Shades of Medium Orchid #B44EEB
Tints of Medium Orchid #B44EEB
RGB
CMYK
RGB Variations
Color information
#B44EEB (or 0xB44EEB) is known color: Medium Orchid. HEX triplet: B4, 4E and EB. RGB value is (180,78,235). Sum of RGB (Red+Green+Blue) = 180+78+235=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #B44EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B44EEB is #4BB114. Grayscale: #7D7D7D. Windows color (decimal): -4960533 or 15421108. OLE color: 15421108.
HSL color Cylindrical-coordinate representation of color #B44EEB: hue angle of 278.98º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B44EEB is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 78 | 235 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.08 |
| HSL | 278.98º | 0.8% | 0.61% | - |
| HSV(B) | 278.98º | 0.67% | 0.92% | - |
| XYZ | 36.54 | 21.15 | 80.75 | - |
| YUV | 126.4 | 189.29 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 78 | 235 | 0.23 | 0.67 | 0 | 0.08 | 278.98 | 0.8 | 0.61 |
| Hex | B4 | 4E | EB | 17 | 43 | 0 | 8 | 117 | 50 | 3D |
| Octal | 264 | 116 | 353 | 27 | 103 | 0 | 10 | 427 | 120 | 75 |
| Binary | 10110100 | 1001110 | 11101011 | 10111 | 1000011 | 0 | 1000 | 100010111 | 1010000 | 111101 |
Color Harmonies of #B44EEB
Complementary color
Monochromatic Colors of #B44EEB
Black with #B44EEB
Text Example
Text Example
White with #B44EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44EEB; }
p { color: rgb(180,78,235); }
H1.HeaderClassName
{
color: #B44EEB;
}
.AnyTagClassName
{
color: #B44EEB;
}
</style>
background-color css
<style>
a { background-color: #B44EEB; }
a { background-color: rgb(180,78,235); }
div.DivClassName
{
background-color: #B44EEB;
}
.BgClassName
{
background-color: #B44EEB;
}
</style>
border-color css
<style>
span { border-color: #B44EEB; }
span { border-color: rgb(180,78,235); }
td.TdClassName
{
border-color: #B44EEB;
}
.TagClassName
{
border-color: #B44EEB;
}
</style>