Shades of Medium Orchid #B537DC
Tints of Medium Orchid #B537DC
RGB
CMYK
RGB Variations
Color information
#B537DC (or 0xB537DC) is known color: Medium Orchid. HEX triplet: B5, 37 and DC. RGB value is (181,55,220). Sum of RGB (Red+Green+Blue) = 181+55+220=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #B537DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537DC is #4AC823. Grayscale: #6E6E6E. Windows color (decimal): -4900900 or 14432181. OLE color: 14432181.
HSL color Cylindrical-coordinate representation of color #B537DC: hue angle of 285.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B537DC is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 55 | 220 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.14 |
| HSL | 285.82º | 0.7% | 0.54% | - |
| HSV(B) | 285.82º | 0.75% | 0.86% | - |
| XYZ | 33.34 | 17.72 | 69.37 | - |
| YUV | 111.48 | 189.24 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 220 | 0.18 | 0.75 | 0 | 0.14 | 285.82 | 0.7 | 0.54 |
| Hex | B5 | 37 | DC | 12 | 4B | 0 | E | 11E | 46 | 36 |
| Octal | 265 | 67 | 334 | 22 | 113 | 0 | 16 | 436 | 106 | 66 |
| Binary | 10110101 | 110111 | 11011100 | 10010 | 1001011 | 0 | 1110 | 100011110 | 1000110 | 110110 |
Color Harmonies of #B537DC
Complementary color
Monochromatic Colors of #B537DC
Black with #B537DC
Text Example
Text Example
White with #B537DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B537DC; }
p { color: rgb(181,55,220); }
H1.HeaderClassName
{
color: #B537DC;
}
.AnyTagClassName
{
color: #B537DC;
}
</style>
background-color css
<style>
a { background-color: #B537DC; }
a { background-color: rgb(181,55,220); }
div.DivClassName
{
background-color: #B537DC;
}
.BgClassName
{
background-color: #B537DC;
}
</style>
border-color css
<style>
span { border-color: #B537DC; }
span { border-color: rgb(181,55,220); }
td.TdClassName
{
border-color: #B537DC;
}
.TagClassName
{
border-color: #B537DC;
}
</style>