Shades of Medium Orchid #B540DA
Tints of Medium Orchid #B540DA
RGB
CMYK
RGB Variations
Color information
#B540DA (or 0xB540DA) is known color: Medium Orchid. HEX triplet: B5, 40 and DA. RGB value is (181,64,218). Sum of RGB (Red+Green+Blue) = 181+64+218=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #B540DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540DA is #4ABF25. Grayscale: #747474. Windows color (decimal): -4898598 or 14303413. OLE color: 14303413.
HSL color Cylindrical-coordinate representation of color #B540DA: hue angle of 285.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B540DA is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 64 | 218 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.15 |
| HSL | 285.58º | 0.68% | 0.55% | - |
| HSV(B) | 285.58º | 0.71% | 0.85% | - |
| XYZ | 33.54 | 18.55 | 68.14 | - |
| YUV | 116.54 | 185.26 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 218 | 0.17 | 0.71 | 0 | 0.15 | 285.58 | 0.68 | 0.55 |
| Hex | B5 | 40 | DA | 11 | 47 | 0 | F | 11E | 44 | 37 |
| Octal | 265 | 100 | 332 | 21 | 107 | 0 | 17 | 436 | 104 | 67 |
| Binary | 10110101 | 1000000 | 11011010 | 10001 | 1000111 | 0 | 1111 | 100011110 | 1000100 | 110111 |
Color Harmonies of #B540DA
Complementary color
Monochromatic Colors of #B540DA
Black with #B540DA
Text Example
Text Example
White with #B540DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B540DA; }
p { color: rgb(181,64,218); }
H1.HeaderClassName
{
color: #B540DA;
}
.AnyTagClassName
{
color: #B540DA;
}
</style>
background-color css
<style>
a { background-color: #B540DA; }
a { background-color: rgb(181,64,218); }
div.DivClassName
{
background-color: #B540DA;
}
.BgClassName
{
background-color: #B540DA;
}
</style>
border-color css
<style>
span { border-color: #B540DA; }
span { border-color: rgb(181,64,218); }
td.TdClassName
{
border-color: #B540DA;
}
.TagClassName
{
border-color: #B540DA;
}
</style>