Shades of Medium Orchid #B44CE0
Tints of Medium Orchid #B44CE0
RGB
CMYK
RGB Variations
Color information
#B44CE0 (or 0xB44CE0) is known color: Medium Orchid. HEX triplet: B4, 4C and E0. RGB value is (180,76,224). Sum of RGB (Red+Green+Blue) = 180+76+224=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #B44CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CE0 is #4BB31F. Grayscale: #7B7B7B. Windows color (decimal): -4961056 or 14699700. OLE color: 14699700.
HSL color Cylindrical-coordinate representation of color #B44CE0: hue angle of 282.16º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B44CE0 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 76 | 224 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.12 |
| HSL | 282.16º | 0.7% | 0.59% | - |
| HSV(B) | 282.16º | 0.66% | 0.88% | - |
| XYZ | 34.86 | 20.25 | 72.59 | - |
| YUV | 123.97 | 184.46 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 224 | 0.20 | 0.66 | 0 | 0.12 | 282.16 | 0.7 | 0.59 |
| Hex | B4 | 4C | E0 | 14 | 42 | 0 | C | 11A | 46 | 3B |
| Octal | 264 | 114 | 340 | 24 | 102 | 0 | 14 | 432 | 106 | 73 |
| Binary | 10110100 | 1001100 | 11100000 | 10100 | 1000010 | 0 | 1100 | 100011010 | 1000110 | 111011 |
Color Harmonies of #B44CE0
Complementary color
Monochromatic Colors of #B44CE0
Black with #B44CE0
Text Example
Text Example
White with #B44CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44CE0; }
p { color: rgb(180,76,224); }
H1.HeaderClassName
{
color: #B44CE0;
}
.AnyTagClassName
{
color: #B44CE0;
}
</style>
background-color css
<style>
a { background-color: #B44CE0; }
a { background-color: rgb(180,76,224); }
div.DivClassName
{
background-color: #B44CE0;
}
.BgClassName
{
background-color: #B44CE0;
}
</style>
border-color css
<style>
span { border-color: #B44CE0; }
span { border-color: rgb(180,76,224); }
td.TdClassName
{
border-color: #B44CE0;
}
.TagClassName
{
border-color: #B44CE0;
}
</style>