Shades of Medium Orchid #B53BDB
Tints of Medium Orchid #B53BDB
RGB
CMYK
RGB Variations
Color information
#B53BDB (or 0xB53BDB) is known color: Medium Orchid. HEX triplet: B5, 3B and DB. RGB value is (181,59,219). Sum of RGB (Red+Green+Blue) = 181+59+219=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #B53BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BDB is #4AC424. Grayscale: #717171. Windows color (decimal): -4899877 or 14367669. OLE color: 14367669.
HSL color Cylindrical-coordinate representation of color #B53BDB: hue angle of 285.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53BDB is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 59 | 219 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.14 |
| HSL | 285.75º | 0.69% | 0.55% | - |
| HSV(B) | 285.75º | 0.73% | 0.86% | - |
| XYZ | 33.41 | 18.07 | 68.74 | - |
| YUV | 113.72 | 187.42 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 219 | 0.17 | 0.73 | 0 | 0.14 | 285.75 | 0.69 | 0.55 |
| Hex | B5 | 3B | DB | 11 | 49 | 0 | E | 11E | 45 | 37 |
| Octal | 265 | 73 | 333 | 21 | 111 | 0 | 16 | 436 | 105 | 67 |
| Binary | 10110101 | 111011 | 11011011 | 10001 | 1001001 | 0 | 1110 | 100011110 | 1000101 | 110111 |
Color Harmonies of #B53BDB
Complementary color
Monochromatic Colors of #B53BDB
Black with #B53BDB
Text Example
Text Example
White with #B53BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53BDB; }
p { color: rgb(181,59,219); }
H1.HeaderClassName
{
color: #B53BDB;
}
.AnyTagClassName
{
color: #B53BDB;
}
</style>
background-color css
<style>
a { background-color: #B53BDB; }
a { background-color: rgb(181,59,219); }
div.DivClassName
{
background-color: #B53BDB;
}
.BgClassName
{
background-color: #B53BDB;
}
</style>
border-color css
<style>
span { border-color: #B53BDB; }
span { border-color: rgb(181,59,219); }
td.TdClassName
{
border-color: #B53BDB;
}
.TagClassName
{
border-color: #B53BDB;
}
</style>