Shades of Medium Orchid #B537DB
Tints of Medium Orchid #B537DB
RGB
CMYK
RGB Variations
Color information
#B537DB (or 0xB537DB) is known color: Medium Orchid. HEX triplet: B5, 37 and DB. RGB value is (181,55,219). Sum of RGB (Red+Green+Blue) = 181+55+219=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #B537DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B537DB is #4AC824. Grayscale: #6E6E6E. Windows color (decimal): -4900901 or 14366645. OLE color: 14366645.
HSL color Cylindrical-coordinate representation of color #B537DB: hue angle of 286.1º degrees, saturation: 0.69, 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 #B537DB is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 55 | 219 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.14 |
| HSL | 286.1º | 0.69% | 0.54% | - |
| HSV(B) | 286.1º | 0.75% | 0.86% | - |
| XYZ | 33.21 | 17.67 | 68.68 | - |
| YUV | 111.37 | 188.74 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 219 | 0.17 | 0.75 | 0 | 0.14 | 286.1 | 0.69 | 0.54 |
| Hex | B5 | 37 | DB | 11 | 4B | 0 | E | 11E | 45 | 36 |
| Octal | 265 | 67 | 333 | 21 | 113 | 0 | 16 | 436 | 105 | 66 |
| Binary | 10110101 | 110111 | 11011011 | 10001 | 1001011 | 0 | 1110 | 100011110 | 1000101 | 110110 |
Color Harmonies of #B537DB
Complementary color
Monochromatic Colors of #B537DB
Black with #B537DB
Text Example
Text Example
White with #B537DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B537DB; }
p { color: rgb(181,55,219); }
H1.HeaderClassName
{
color: #B537DB;
}
.AnyTagClassName
{
color: #B537DB;
}
</style>
background-color css
<style>
a { background-color: #B537DB; }
a { background-color: rgb(181,55,219); }
div.DivClassName
{
background-color: #B537DB;
}
.BgClassName
{
background-color: #B537DB;
}
</style>
border-color css
<style>
span { border-color: #B537DB; }
span { border-color: rgb(181,55,219); }
td.TdClassName
{
border-color: #B537DB;
}
.TagClassName
{
border-color: #B537DB;
}
</style>