Shades of Medium Orchid #B539DB
Tints of Medium Orchid #B539DB
RGB
CMYK
RGB Variations
Color information
#B539DB (or 0xB539DB) is known color: Medium Orchid. HEX triplet: B5, 39 and DB. RGB value is (181,57,219). Sum of RGB (Red+Green+Blue) = 181+57+219=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #B539DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539DB is #4AC624. Grayscale: #707070. Windows color (decimal): -4900389 or 14367157. OLE color: 14367157.
HSL color Cylindrical-coordinate representation of color #B539DB: hue angle of 285.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B539DB is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 57 | 219 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.14 |
| HSL | 285.93º | 0.69% | 0.54% | - |
| HSV(B) | 285.93º | 0.74% | 0.86% | - |
| XYZ | 33.31 | 17.86 | 68.71 | - |
| YUV | 112.54 | 188.08 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 219 | 0.17 | 0.74 | 0 | 0.14 | 285.93 | 0.69 | 0.54 |
| Hex | B5 | 39 | DB | 11 | 4A | 0 | E | 11E | 45 | 36 |
| Octal | 265 | 71 | 333 | 21 | 112 | 0 | 16 | 436 | 105 | 66 |
| Binary | 10110101 | 111001 | 11011011 | 10001 | 1001010 | 0 | 1110 | 100011110 | 1000101 | 110110 |
Color Harmonies of #B539DB
Complementary color
Monochromatic Colors of #B539DB
Black with #B539DB
Text Example
Text Example
White with #B539DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B539DB; }
p { color: rgb(181,57,219); }
H1.HeaderClassName
{
color: #B539DB;
}
.AnyTagClassName
{
color: #B539DB;
}
</style>
background-color css
<style>
a { background-color: #B539DB; }
a { background-color: rgb(181,57,219); }
div.DivClassName
{
background-color: #B539DB;
}
.BgClassName
{
background-color: #B539DB;
}
</style>
border-color css
<style>
span { border-color: #B539DB; }
span { border-color: rgb(181,57,219); }
td.TdClassName
{
border-color: #B539DB;
}
.TagClassName
{
border-color: #B539DB;
}
</style>