Shades of Medium Orchid #B44CE2
Tints of Medium Orchid #B44CE2
RGB
CMYK
RGB Variations
Color information
#B44CE2 (or 0xB44CE2) is known color: Medium Orchid. HEX triplet: B4, 4C and E2. RGB value is (180,76,226). Sum of RGB (Red+Green+Blue) = 180+76+226=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #B44CE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CE2 is #4BB31D. Grayscale: #7B7B7B. Windows color (decimal): -4961054 or 14830772. OLE color: 14830772.
HSL color Cylindrical-coordinate representation of color #B44CE2: hue angle of 281.6º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B44CE2 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 76 | 226 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.11 |
| HSL | 281.6º | 0.72% | 0.59% | - |
| HSV(B) | 281.6º | 0.66% | 0.89% | - |
| XYZ | 35.13 | 20.36 | 74.03 | - |
| YUV | 124.2 | 185.46 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 226 | 0.20 | 0.66 | 0 | 0.11 | 281.6 | 0.72 | 0.59 |
| Hex | B4 | 4C | E2 | 14 | 42 | 0 | B | 11A | 48 | 3B |
| Octal | 264 | 114 | 342 | 24 | 102 | 0 | 13 | 432 | 110 | 73 |
| Binary | 10110100 | 1001100 | 11100010 | 10100 | 1000010 | 0 | 1011 | 100011010 | 1001000 | 111011 |
Color Harmonies of #B44CE2
Complementary color
Monochromatic Colors of #B44CE2
Black with #B44CE2
Text Example
Text Example
White with #B44CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44CE2; }
p { color: rgb(180,76,226); }
H1.HeaderClassName
{
color: #B44CE2;
}
.AnyTagClassName
{
color: #B44CE2;
}
</style>
background-color css
<style>
a { background-color: #B44CE2; }
a { background-color: rgb(180,76,226); }
div.DivClassName
{
background-color: #B44CE2;
}
.BgClassName
{
background-color: #B44CE2;
}
</style>
border-color css
<style>
span { border-color: #B44CE2; }
span { border-color: rgb(180,76,226); }
td.TdClassName
{
border-color: #B44CE2;
}
.TagClassName
{
border-color: #B44CE2;
}
</style>