Shades of Medium Orchid #B444EC
Tints of Medium Orchid #B444EC
RGB
CMYK
RGB Variations
Color information
#B444EC (or 0xB444EC) is known color: Medium Orchid. HEX triplet: B4, 44 and EC. RGB value is (180,68,236). Sum of RGB (Red+Green+Blue) = 180+68+236=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #B444EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B444EC is #4BBB13. Grayscale: #787878. Windows color (decimal): -4963092 or 15484084. OLE color: 15484084.
HSL color Cylindrical-coordinate representation of color #B444EC: hue angle of 280º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B444EC is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 68 | 236 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.07 |
| HSL | 280º | 0.82% | 0.6% | - |
| HSV(B) | 280º | 0.71% | 0.93% | - |
| XYZ | 36.03 | 19.89 | 81.3 | - |
| YUV | 120.64 | 193.11 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 236 | 0.24 | 0.71 | 0 | 0.07 | 280 | 0.82 | 0.6 |
| Hex | B4 | 44 | EC | 18 | 47 | 0 | 7 | 118 | 52 | 3C |
| Octal | 264 | 104 | 354 | 30 | 107 | 0 | 7 | 430 | 122 | 74 |
| Binary | 10110100 | 1000100 | 11101100 | 11000 | 1000111 | 0 | 111 | 100011000 | 1010010 | 111100 |
Color Harmonies of #B444EC
Complementary color
Monochromatic Colors of #B444EC
Black with #B444EC
Text Example
Text Example
White with #B444EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444EC; }
p { color: rgb(180,68,236); }
H1.HeaderClassName
{
color: #B444EC;
}
.AnyTagClassName
{
color: #B444EC;
}
</style>
background-color css
<style>
a { background-color: #B444EC; }
a { background-color: rgb(180,68,236); }
div.DivClassName
{
background-color: #B444EC;
}
.BgClassName
{
background-color: #B444EC;
}
</style>
border-color css
<style>
span { border-color: #B444EC; }
span { border-color: rgb(180,68,236); }
td.TdClassName
{
border-color: #B444EC;
}
.TagClassName
{
border-color: #B444EC;
}
</style>