Shades of Medium Orchid #B54ECE
Tints of Medium Orchid #B54ECE
RGB
CMYK
RGB Variations
Color information
#B54ECE (or 0xB54ECE) is known color: Medium Orchid. HEX triplet: B5, 4E and CE. RGB value is (181,78,206). Sum of RGB (Red+Green+Blue) = 181+78+206=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #B54ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54ECE is #4AB131. Grayscale: #7A7A7A. Windows color (decimal): -4895026 or 13520565. OLE color: 13520565.
HSL color Cylindrical-coordinate representation of color #B54ECE: hue angle of 288.28º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54ECE is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 78 | 206 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.19 |
| HSL | 288.28º | 0.57% | 0.56% | - |
| HSV(B) | 288.28º | 0.62% | 0.81% | - |
| XYZ | 32.92 | 19.73 | 60.47 | - |
| YUV | 123.39 | 174.62 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 206 | 0.12 | 0.62 | 0 | 0.19 | 288.28 | 0.57 | 0.56 |
| Hex | B5 | 4E | CE | C | 3E | 0 | 13 | 120 | 39 | 38 |
| Octal | 265 | 116 | 316 | 14 | 76 | 0 | 23 | 440 | 71 | 70 |
| Binary | 10110101 | 1001110 | 11001110 | 1100 | 111110 | 0 | 10011 | 100100000 | 111001 | 111000 |
Color Harmonies of #B54ECE
Complementary color
Monochromatic Colors of #B54ECE
Black with #B54ECE
Text Example
Text Example
White with #B54ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54ECE; }
p { color: rgb(181,78,206); }
H1.HeaderClassName
{
color: #B54ECE;
}
.AnyTagClassName
{
color: #B54ECE;
}
</style>
background-color css
<style>
a { background-color: #B54ECE; }
a { background-color: rgb(181,78,206); }
div.DivClassName
{
background-color: #B54ECE;
}
.BgClassName
{
background-color: #B54ECE;
}
</style>
border-color css
<style>
span { border-color: #B54ECE; }
span { border-color: rgb(181,78,206); }
td.TdClassName
{
border-color: #B54ECE;
}
.TagClassName
{
border-color: #B54ECE;
}
</style>