Shades of Medium Orchid #B54EC6
Tints of Medium Orchid #B54EC6
RGB
CMYK
RGB Variations
Color information
#B54EC6 (or 0xB54EC6) is known color: Medium Orchid. HEX triplet: B5, 4E and C6. RGB value is (181,78,198). Sum of RGB (Red+Green+Blue) = 181+78+198=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #B54EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54EC6 is #4AB139. Grayscale: #7A7A7A. Windows color (decimal): -4895034 or 12996277. OLE color: 12996277.
HSL color Cylindrical-coordinate representation of color #B54EC6: hue angle of 291.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54EC6 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 78 | 198 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.22 |
| HSL | 291.5º | 0.51% | 0.54% | - |
| HSV(B) | 291.5º | 0.61% | 0.78% | - |
| XYZ | 31.97 | 19.35 | 55.48 | - |
| YUV | 122.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 198 | 0.09 | 0.61 | 0 | 0.22 | 291.5 | 0.51 | 0.54 |
| Hex | B5 | 4E | C6 | 9 | 3D | 0 | 16 | 124 | 33 | 36 |
| Octal | 265 | 116 | 306 | 11 | 75 | 0 | 26 | 444 | 63 | 66 |
| Binary | 10110101 | 1001110 | 11000110 | 1001 | 111101 | 0 | 10110 | 100100100 | 110011 | 110110 |
Color Harmonies of #B54EC6
Complementary color
Monochromatic Colors of #B54EC6
Black with #B54EC6
Text Example
Text Example
White with #B54EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54EC6; }
p { color: rgb(181,78,198); }
H1.HeaderClassName
{
color: #B54EC6;
}
.AnyTagClassName
{
color: #B54EC6;
}
</style>
background-color css
<style>
a { background-color: #B54EC6; }
a { background-color: rgb(181,78,198); }
div.DivClassName
{
background-color: #B54EC6;
}
.BgClassName
{
background-color: #B54EC6;
}
</style>
border-color css
<style>
span { border-color: #B54EC6; }
span { border-color: rgb(181,78,198); }
td.TdClassName
{
border-color: #B54EC6;
}
.TagClassName
{
border-color: #B54EC6;
}
</style>