Shades of Medium Orchid #B44CE8
Tints of Medium Orchid #B44CE8
RGB
CMYK
RGB Variations
Color information
#B44CE8 (or 0xB44CE8) is known color: Medium Orchid. HEX triplet: B4, 4C and E8. RGB value is (180,76,232). Sum of RGB (Red+Green+Blue) = 180+76+232=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #B44CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B44CE8 is #4BB317. Grayscale: #7C7C7C. Windows color (decimal): -4961048 or 15223988. OLE color: 15223988.
HSL color Cylindrical-coordinate representation of color #B44CE8: hue angle of 280º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B44CE8 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 76 | 232 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.09 |
| HSL | 280º | 0.77% | 0.6% | - |
| HSV(B) | 280º | 0.67% | 0.91% | - |
| XYZ | 35.97 | 20.7 | 78.44 | - |
| YUV | 124.88 | 188.46 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 232 | 0.22 | 0.67 | 0 | 0.09 | 280 | 0.77 | 0.6 |
| Hex | B4 | 4C | E8 | 16 | 43 | 0 | 9 | 118 | 4D | 3C |
| Octal | 264 | 114 | 350 | 26 | 103 | 0 | 11 | 430 | 115 | 74 |
| Binary | 10110100 | 1001100 | 11101000 | 10110 | 1000011 | 0 | 1001 | 100011000 | 1001101 | 111100 |
Color Harmonies of #B44CE8
Complementary color
Monochromatic Colors of #B44CE8
Black with #B44CE8
Text Example
Text Example
White with #B44CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44CE8; }
p { color: rgb(180,76,232); }
H1.HeaderClassName
{
color: #B44CE8;
}
.AnyTagClassName
{
color: #B44CE8;
}
</style>
background-color css
<style>
a { background-color: #B44CE8; }
a { background-color: rgb(180,76,232); }
div.DivClassName
{
background-color: #B44CE8;
}
.BgClassName
{
background-color: #B44CE8;
}
</style>
border-color css
<style>
span { border-color: #B44CE8; }
span { border-color: rgb(180,76,232); }
td.TdClassName
{
border-color: #B44CE8;
}
.TagClassName
{
border-color: #B44CE8;
}
</style>