Shades of Medium Orchid #B44CE1
Tints of Medium Orchid #B44CE1
RGB
CMYK
RGB Variations
Color information
#B44CE1 (or 0xB44CE1) is known color: Medium Orchid. HEX triplet: B4, 4C and E1. RGB value is (180,76,225). Sum of RGB (Red+Green+Blue) = 180+76+225=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #B44CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CE1 is #4BB31E. Grayscale: #7B7B7B. Windows color (decimal): -4961055 or 14765236. OLE color: 14765236.
HSL color Cylindrical-coordinate representation of color #B44CE1: hue angle of 281.88º degrees, saturation: 0.71, 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 #B44CE1 is Cyan = 0.2, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 76 | 225 | - |
| CMYK | 0.2 | 0.66 | 0 | 0.12 |
| HSL | 281.88º | 0.71% | 0.59% | - |
| HSV(B) | 281.88º | 0.66% | 0.88% | - |
| XYZ | 35 | 20.31 | 73.31 | - |
| YUV | 124.08 | 184.96 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 225 | 0.2 | 0.66 | 0 | 0.12 | 281.88 | 0.71 | 0.59 |
| Hex | B4 | 4C | E1 | 14 | 42 | 0 | C | 11A | 47 | 3B |
| Octal | 264 | 114 | 341 | 24 | 102 | 0 | 14 | 432 | 107 | 73 |
| Binary | 10110100 | 1001100 | 11100001 | 10100 | 1000010 | 0 | 1100 | 100011010 | 1000111 | 111011 |
Color Harmonies of #B44CE1
Complementary color
Monochromatic Colors of #B44CE1
Black with #B44CE1
Text Example
Text Example
White with #B44CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44CE1; }
p { color: rgb(180,76,225); }
H1.HeaderClassName
{
color: #B44CE1;
}
.AnyTagClassName
{
color: #B44CE1;
}
</style>
background-color css
<style>
a { background-color: #B44CE1; }
a { background-color: rgb(180,76,225); }
div.DivClassName
{
background-color: #B44CE1;
}
.BgClassName
{
background-color: #B44CE1;
}
</style>
border-color css
<style>
span { border-color: #B44CE1; }
span { border-color: rgb(180,76,225); }
td.TdClassName
{
border-color: #B44CE1;
}
.TagClassName
{
border-color: #B44CE1;
}
</style>