Shades of Medium Orchid #B44ECB
Tints of Medium Orchid #B44ECB
RGB
CMYK
RGB Variations
Color information
#B44ECB (or 0xB44ECB) is known color: Medium Orchid. HEX triplet: B4, 4E and CB. RGB value is (180,78,203). Sum of RGB (Red+Green+Blue) = 180+78+203=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #B44ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44ECB is #4BB134. Grayscale: #7A7A7A. Windows color (decimal): -4960565 or 13323956. OLE color: 13323956.
HSL color Cylindrical-coordinate representation of color #B44ECB: hue angle of 288.96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B44ECB is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 78 | 203 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.20 |
| HSL | 288.96º | 0.55% | 0.55% | - |
| HSV(B) | 288.96º | 0.62% | 0.8% | - |
| XYZ | 32.33 | 19.46 | 58.55 | - |
| YUV | 122.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 78 | 203 | 0.11 | 0.62 | 0 | 0.20 | 288.96 | 0.55 | 0.55 |
| Hex | B4 | 4E | CB | B | 3E | 0 | 14 | 121 | 37 | 37 |
| Octal | 264 | 116 | 313 | 13 | 76 | 0 | 24 | 441 | 67 | 67 |
| Binary | 10110100 | 1001110 | 11001011 | 1011 | 111110 | 0 | 10100 | 100100001 | 110111 | 110111 |
Color Harmonies of #B44ECB
Complementary color
Monochromatic Colors of #B44ECB
Black with #B44ECB
Text Example
Text Example
White with #B44ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44ECB; }
p { color: rgb(180,78,203); }
H1.HeaderClassName
{
color: #B44ECB;
}
.AnyTagClassName
{
color: #B44ECB;
}
</style>
background-color css
<style>
a { background-color: #B44ECB; }
a { background-color: rgb(180,78,203); }
div.DivClassName
{
background-color: #B44ECB;
}
.BgClassName
{
background-color: #B44ECB;
}
</style>
border-color css
<style>
span { border-color: #B44ECB; }
span { border-color: rgb(180,78,203); }
td.TdClassName
{
border-color: #B44ECB;
}
.TagClassName
{
border-color: #B44ECB;
}
</style>