Shades of Medium Orchid #B538DB
Tints of Medium Orchid #B538DB
RGB
CMYK
RGB Variations
Color information
#B538DB (or 0xB538DB) is known color: Medium Orchid. HEX triplet: B5, 38 and DB. RGB value is (181,56,219). Sum of RGB (Red+Green+Blue) = 181+56+219=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #B538DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538DB is #4AC724. Grayscale: #6F6F6F. Windows color (decimal): -4900645 or 14366901. OLE color: 14366901.
HSL color Cylindrical-coordinate representation of color #B538DB: hue angle of 286.01º 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 #B538DB is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 56 | 219 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.14 |
| HSL | 286.01º | 0.69% | 0.54% | - |
| HSV(B) | 286.01º | 0.74% | 0.86% | - |
| XYZ | 33.26 | 17.77 | 68.69 | - |
| YUV | 111.96 | 188.41 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 219 | 0.17 | 0.74 | 0 | 0.14 | 286.01 | 0.69 | 0.54 |
| Hex | B5 | 38 | DB | 11 | 4A | 0 | E | 11E | 45 | 36 |
| Octal | 265 | 70 | 333 | 21 | 112 | 0 | 16 | 436 | 105 | 66 |
| Binary | 10110101 | 111000 | 11011011 | 10001 | 1001010 | 0 | 1110 | 100011110 | 1000101 | 110110 |
Color Harmonies of #B538DB
Complementary color
Monochromatic Colors of #B538DB
Black with #B538DB
Text Example
Text Example
White with #B538DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B538DB; }
p { color: rgb(181,56,219); }
H1.HeaderClassName
{
color: #B538DB;
}
.AnyTagClassName
{
color: #B538DB;
}
</style>
background-color css
<style>
a { background-color: #B538DB; }
a { background-color: rgb(181,56,219); }
div.DivClassName
{
background-color: #B538DB;
}
.BgClassName
{
background-color: #B538DB;
}
</style>
border-color css
<style>
span { border-color: #B538DB; }
span { border-color: rgb(181,56,219); }
td.TdClassName
{
border-color: #B538DB;
}
.TagClassName
{
border-color: #B538DB;
}
</style>