Shades of Medium Orchid #B540DC
Tints of Medium Orchid #B540DC
RGB
CMYK
RGB Variations
Color information
#B540DC (or 0xB540DC) is known color: Medium Orchid. HEX triplet: B5, 40 and DC. RGB value is (181,64,220). Sum of RGB (Red+Green+Blue) = 181+64+220=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #B540DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B540DC is #4ABF23. Grayscale: #747474. Windows color (decimal): -4898596 or 14434485. OLE color: 14434485.
HSL color Cylindrical-coordinate representation of color #B540DC: hue angle of 285º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B540DC is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 64 | 220 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.14 |
| HSL | 285º | 0.69% | 0.56% | - |
| HSV(B) | 285º | 0.71% | 0.86% | - |
| XYZ | 33.81 | 18.66 | 69.53 | - |
| YUV | 116.77 | 186.26 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 220 | 0.18 | 0.71 | 0 | 0.14 | 285 | 0.69 | 0.56 |
| Hex | B5 | 40 | DC | 12 | 47 | 0 | E | 11D | 45 | 38 |
| Octal | 265 | 100 | 334 | 22 | 107 | 0 | 16 | 435 | 105 | 70 |
| Binary | 10110101 | 1000000 | 11011100 | 10010 | 1000111 | 0 | 1110 | 100011101 | 1000101 | 111000 |
Color Harmonies of #B540DC
Complementary color
Monochromatic Colors of #B540DC
Black with #B540DC
Text Example
Text Example
White with #B540DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B540DC; }
p { color: rgb(181,64,220); }
H1.HeaderClassName
{
color: #B540DC;
}
.AnyTagClassName
{
color: #B540DC;
}
</style>
background-color css
<style>
a { background-color: #B540DC; }
a { background-color: rgb(181,64,220); }
div.DivClassName
{
background-color: #B540DC;
}
.BgClassName
{
background-color: #B540DC;
}
</style>
border-color css
<style>
span { border-color: #B540DC; }
span { border-color: rgb(181,64,220); }
td.TdClassName
{
border-color: #B540DC;
}
.TagClassName
{
border-color: #B540DC;
}
</style>