Shades of Medium Orchid #B44EEA
Tints of Medium Orchid #B44EEA
RGB
CMYK
RGB Variations
Color information
#B44EEA (or 0xB44EEA) is known color: Medium Orchid. HEX triplet: B4, 4E and EA. RGB value is (180,78,234). Sum of RGB (Red+Green+Blue) = 180+78+234=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #B44EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B44EEA is #4BB115. Grayscale: #7D7D7D. Windows color (decimal): -4960534 or 15355572. OLE color: 15355572.
HSL color Cylindrical-coordinate representation of color #B44EEA: hue angle of 279.23º degrees, saturation: 0.79, 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 #B44EEA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 78 | 234 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.08 |
| HSL | 279.23º | 0.79% | 0.61% | - |
| HSV(B) | 279.23º | 0.67% | 0.92% | - |
| XYZ | 36.4 | 21.09 | 79.99 | - |
| YUV | 126.28 | 188.79 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 78 | 234 | 0.23 | 0.67 | 0 | 0.08 | 279.23 | 0.79 | 0.61 |
| Hex | B4 | 4E | EA | 17 | 43 | 0 | 8 | 117 | 4F | 3D |
| Octal | 264 | 116 | 352 | 27 | 103 | 0 | 10 | 427 | 117 | 75 |
| Binary | 10110100 | 1001110 | 11101010 | 10111 | 1000011 | 0 | 1000 | 100010111 | 1001111 | 111101 |
Color Harmonies of #B44EEA
Complementary color
Monochromatic Colors of #B44EEA
Black with #B44EEA
Text Example
Text Example
White with #B44EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44EEA; }
p { color: rgb(180,78,234); }
H1.HeaderClassName
{
color: #B44EEA;
}
.AnyTagClassName
{
color: #B44EEA;
}
</style>
background-color css
<style>
a { background-color: #B44EEA; }
a { background-color: rgb(180,78,234); }
div.DivClassName
{
background-color: #B44EEA;
}
.BgClassName
{
background-color: #B44EEA;
}
</style>
border-color css
<style>
span { border-color: #B44EEA; }
span { border-color: rgb(180,78,234); }
td.TdClassName
{
border-color: #B44EEA;
}
.TagClassName
{
border-color: #B44EEA;
}
</style>