Shades of Medium Orchid #BD53DB
Tints of Medium Orchid #BD53DB
RGB
CMYK
RGB Variations
Color information
#BD53DB (or 0xBD53DB) is known color: Medium Orchid. HEX triplet: BD, 53 and DB. RGB value is (189,83,219). Sum of RGB (Red+Green+Blue) = 189+83+219=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 83 (32.81% from 255 or 16.90% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD53DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD53DB is #42AC24. Grayscale: #818181. Windows color (decimal): -4369445 or 14373821. OLE color: 14373821.
HSL color Cylindrical-coordinate representation of color #BD53DB: hue angle of 286.76º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD53DB is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 83 | 219 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.14 |
| HSL | 286.76º | 0.65% | 0.59% | - |
| HSV(B) | 286.76º | 0.62% | 0.86% | - |
| XYZ | 36.87 | 22.12 | 69.34 | - |
| YUV | 130.2 | 178.12 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 219 | 0.14 | 0.62 | 0 | 0.14 | 286.76 | 0.65 | 0.59 |
| Hex | BD | 53 | DB | E | 3E | 0 | E | 11F | 41 | 3B |
| Octal | 275 | 123 | 333 | 16 | 76 | 0 | 16 | 437 | 101 | 73 |
| Binary | 10111101 | 1010011 | 11011011 | 1110 | 111110 | 0 | 1110 | 100011111 | 1000001 | 111011 |
Color Harmonies of #BD53DB
Complementary color
Monochromatic Colors of #BD53DB
Black with #BD53DB
Text Example
Text Example
White with #BD53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD53DB; }
p { color: rgb(189,83,219); }
H1.HeaderClassName
{
color: #BD53DB;
}
.AnyTagClassName
{
color: #BD53DB;
}
</style>
background-color css
<style>
a { background-color: #BD53DB; }
a { background-color: rgb(189,83,219); }
div.DivClassName
{
background-color: #BD53DB;
}
.BgClassName
{
background-color: #BD53DB;
}
</style>
border-color css
<style>
span { border-color: #BD53DB; }
span { border-color: rgb(189,83,219); }
td.TdClassName
{
border-color: #BD53DB;
}
.TagClassName
{
border-color: #BD53DB;
}
</style>