Shades of Medium Orchid #B544EC
Tints of Medium Orchid #B544EC
RGB
CMYK
RGB Variations
Color information
#B544EC (or 0xB544EC) is known color: Medium Orchid. HEX triplet: B5, 44 and EC. RGB value is (181,68,236). Sum of RGB (Red+Green+Blue) = 181+68+236=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #B544EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B544EC is #4ABB13. Grayscale: #787878. Windows color (decimal): -4897556 or 15484085. OLE color: 15484085.
HSL color Cylindrical-coordinate representation of color #B544EC: hue angle of 280.36º 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 #B544EC is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 68 | 236 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.07 |
| HSL | 280.36º | 0.82% | 0.6% | - |
| HSV(B) | 280.36º | 0.71% | 0.93% | - |
| XYZ | 36.26 | 20.01 | 81.31 | - |
| YUV | 120.94 | 192.94 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 236 | 0.23 | 0.71 | 0 | 0.07 | 280.36 | 0.82 | 0.6 |
| Hex | B5 | 44 | EC | 17 | 47 | 0 | 7 | 118 | 52 | 3C |
| Octal | 265 | 104 | 354 | 27 | 107 | 0 | 7 | 430 | 122 | 74 |
| Binary | 10110101 | 1000100 | 11101100 | 10111 | 1000111 | 0 | 111 | 100011000 | 1010010 | 111100 |
Color Harmonies of #B544EC
Complementary color
Monochromatic Colors of #B544EC
Black with #B544EC
Text Example
Text Example
White with #B544EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B544EC; }
p { color: rgb(181,68,236); }
H1.HeaderClassName
{
color: #B544EC;
}
.AnyTagClassName
{
color: #B544EC;
}
</style>
background-color css
<style>
a { background-color: #B544EC; }
a { background-color: rgb(181,68,236); }
div.DivClassName
{
background-color: #B544EC;
}
.BgClassName
{
background-color: #B544EC;
}
</style>
border-color css
<style>
span { border-color: #B544EC; }
span { border-color: rgb(181,68,236); }
td.TdClassName
{
border-color: #B544EC;
}
.TagClassName
{
border-color: #B544EC;
}
</style>