Shades of Medium Orchid #B540D0
Tints of Medium Orchid #B540D0
RGB
CMYK
RGB Variations
Color information
#B540D0 (or 0xB540D0) is known color: Medium Orchid. HEX triplet: B5, 40 and D0. RGB value is (181,64,208). Sum of RGB (Red+Green+Blue) = 181+64+208=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #B540D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540D0 is #4ABF2F. Grayscale: #727272. Windows color (decimal): -4898608 or 13648053. OLE color: 13648053.
HSL color Cylindrical-coordinate representation of color #B540D0: hue angle of 288.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B540D0 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 64 | 208 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.18 |
| HSL | 288.75º | 0.61% | 0.53% | - |
| HSV(B) | 288.75º | 0.69% | 0.82% | - |
| XYZ | 32.27 | 18.04 | 61.46 | - |
| YUV | 115.4 | 180.26 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 208 | 0.13 | 0.69 | 0 | 0.18 | 288.75 | 0.61 | 0.53 |
| Hex | B5 | 40 | D0 | D | 45 | 0 | 12 | 121 | 3D | 35 |
| Octal | 265 | 100 | 320 | 15 | 105 | 0 | 22 | 441 | 75 | 65 |
| Binary | 10110101 | 1000000 | 11010000 | 1101 | 1000101 | 0 | 10010 | 100100001 | 111101 | 110101 |
Color Harmonies of #B540D0
Complementary color
Monochromatic Colors of #B540D0
Black with #B540D0
Text Example
Text Example
White with #B540D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B540D0; }
p { color: rgb(181,64,208); }
H1.HeaderClassName
{
color: #B540D0;
}
.AnyTagClassName
{
color: #B540D0;
}
</style>
background-color css
<style>
a { background-color: #B540D0; }
a { background-color: rgb(181,64,208); }
div.DivClassName
{
background-color: #B540D0;
}
.BgClassName
{
background-color: #B540D0;
}
</style>
border-color css
<style>
span { border-color: #B540D0; }
span { border-color: rgb(181,64,208); }
td.TdClassName
{
border-color: #B540D0;
}
.TagClassName
{
border-color: #B540D0;
}
</style>