Shades of Medium Orchid #B54ECC
Tints of Medium Orchid #B54ECC
RGB
CMYK
RGB Variations
Color information
#B54ECC (or 0xB54ECC) is known color: Medium Orchid. HEX triplet: B5, 4E and CC. RGB value is (181,78,204). Sum of RGB (Red+Green+Blue) = 181+78+204=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #B54ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54ECC is #4AB133. Grayscale: #7A7A7A. Windows color (decimal): -4895028 or 13389493. OLE color: 13389493.
HSL color Cylindrical-coordinate representation of color #B54ECC: hue angle of 289.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54ECC is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 78 | 204 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.2 |
| HSL | 289.05º | 0.55% | 0.55% | - |
| HSV(B) | 289.05º | 0.62% | 0.8% | - |
| XYZ | 32.68 | 19.63 | 59.19 | - |
| YUV | 123.16 | 173.62 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 204 | 0.11 | 0.62 | 0 | 0.2 | 289.05 | 0.55 | 0.55 |
| Hex | B5 | 4E | CC | B | 3E | 0 | 14 | 121 | 37 | 37 |
| Octal | 265 | 116 | 314 | 13 | 76 | 0 | 24 | 441 | 67 | 67 |
| Binary | 10110101 | 1001110 | 11001100 | 1011 | 111110 | 0 | 10100 | 100100001 | 110111 | 110111 |
Color Harmonies of #B54ECC
Complementary color
Monochromatic Colors of #B54ECC
Black with #B54ECC
Text Example
Text Example
White with #B54ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54ECC; }
p { color: rgb(181,78,204); }
H1.HeaderClassName
{
color: #B54ECC;
}
.AnyTagClassName
{
color: #B54ECC;
}
</style>
background-color css
<style>
a { background-color: #B54ECC; }
a { background-color: rgb(181,78,204); }
div.DivClassName
{
background-color: #B54ECC;
}
.BgClassName
{
background-color: #B54ECC;
}
</style>
border-color css
<style>
span { border-color: #B54ECC; }
span { border-color: rgb(181,78,204); }
td.TdClassName
{
border-color: #B54ECC;
}
.TagClassName
{
border-color: #B54ECC;
}
</style>