Shades of Medium Orchid #B53FDB
Tints of Medium Orchid #B53FDB
RGB
CMYK
RGB Variations
Color information
#B53FDB (or 0xB53FDB) is known color: Medium Orchid. HEX triplet: B5, 3F and DB. RGB value is (181,63,219). Sum of RGB (Red+Green+Blue) = 181+63+219=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #B53FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FDB is #4AC024. Grayscale: #737373. Windows color (decimal): -4898853 or 14368693. OLE color: 14368693.
HSL color Cylindrical-coordinate representation of color #B53FDB: hue angle of 285.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53FDB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 63 | 219 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.14 |
| HSL | 285.38º | 0.68% | 0.55% | - |
| HSV(B) | 285.38º | 0.71% | 0.86% | - |
| XYZ | 33.62 | 18.49 | 68.82 | - |
| YUV | 116.07 | 186.09 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 219 | 0.17 | 0.71 | 0 | 0.14 | 285.38 | 0.68 | 0.55 |
| Hex | B5 | 3F | DB | 11 | 47 | 0 | E | 11D | 44 | 37 |
| Octal | 265 | 77 | 333 | 21 | 107 | 0 | 16 | 435 | 104 | 67 |
| Binary | 10110101 | 111111 | 11011011 | 10001 | 1000111 | 0 | 1110 | 100011101 | 1000100 | 110111 |
Color Harmonies of #B53FDB
Complementary color
Monochromatic Colors of #B53FDB
Black with #B53FDB
Text Example
Text Example
White with #B53FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FDB; }
p { color: rgb(181,63,219); }
H1.HeaderClassName
{
color: #B53FDB;
}
.AnyTagClassName
{
color: #B53FDB;
}
</style>
background-color css
<style>
a { background-color: #B53FDB; }
a { background-color: rgb(181,63,219); }
div.DivClassName
{
background-color: #B53FDB;
}
.BgClassName
{
background-color: #B53FDB;
}
</style>
border-color css
<style>
span { border-color: #B53FDB; }
span { border-color: rgb(181,63,219); }
td.TdClassName
{
border-color: #B53FDB;
}
.TagClassName
{
border-color: #B53FDB;
}
</style>