Shades of Medium Orchid #B54ED7
Tints of Medium Orchid #B54ED7
RGB
CMYK
RGB Variations
Color information
#B54ED7 (or 0xB54ED7) is known color: Medium Orchid. HEX triplet: B5, 4E and D7. RGB value is (181,78,215). Sum of RGB (Red+Green+Blue) = 181+78+215=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #B54ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54ED7 is #4AB128. Grayscale: #7B7B7B. Windows color (decimal): -4895017 or 14110389. OLE color: 14110389.
HSL color Cylindrical-coordinate representation of color #B54ED7: hue angle of 285.11º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54ED7 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 78 | 215 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.16 |
| HSL | 285.11º | 0.63% | 0.57% | - |
| HSV(B) | 285.11º | 0.64% | 0.84% | - |
| XYZ | 34.05 | 20.18 | 66.39 | - |
| YUV | 124.42 | 179.12 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 215 | 0.16 | 0.64 | 0 | 0.16 | 285.11 | 0.63 | 0.57 |
| Hex | B5 | 4E | D7 | 10 | 40 | 0 | 10 | 11D | 3F | 39 |
| Octal | 265 | 116 | 327 | 20 | 100 | 0 | 20 | 435 | 77 | 71 |
| Binary | 10110101 | 1001110 | 11010111 | 10000 | 1000000 | 0 | 10000 | 100011101 | 111111 | 111001 |
Color Harmonies of #B54ED7
Complementary color
Monochromatic Colors of #B54ED7
Black with #B54ED7
Text Example
Text Example
White with #B54ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54ED7; }
p { color: rgb(181,78,215); }
H1.HeaderClassName
{
color: #B54ED7;
}
.AnyTagClassName
{
color: #B54ED7;
}
</style>
background-color css
<style>
a { background-color: #B54ED7; }
a { background-color: rgb(181,78,215); }
div.DivClassName
{
background-color: #B54ED7;
}
.BgClassName
{
background-color: #B54ED7;
}
</style>
border-color css
<style>
span { border-color: #B54ED7; }
span { border-color: rgb(181,78,215); }
td.TdClassName
{
border-color: #B54ED7;
}
.TagClassName
{
border-color: #B54ED7;
}
</style>