Shades of Medium Orchid #BD52DB
Tints of Medium Orchid #BD52DB
RGB
CMYK
RGB Variations
Color information
#BD52DB (or 0xBD52DB) is known color: Medium Orchid. HEX triplet: BD, 52 and DB. RGB value is (189,82,219). Sum of RGB (Red+Green+Blue) = 189+82+219=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD52DB is #42AD24. Grayscale: #818181. Windows color (decimal): -4369701 or 14373565. OLE color: 14373565.
HSL color Cylindrical-coordinate representation of color #BD52DB: hue angle of 286.86º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD52DB is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 82 | 219 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.14 |
| HSL | 286.86º | 0.66% | 0.59% | - |
| HSV(B) | 286.86º | 0.63% | 0.86% | - |
| XYZ | 36.79 | 21.97 | 69.32 | - |
| YUV | 129.61 | 178.45 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 219 | 0.14 | 0.63 | 0 | 0.14 | 286.86 | 0.66 | 0.59 |
| Hex | BD | 52 | DB | E | 3F | 0 | E | 11F | 42 | 3B |
| Octal | 275 | 122 | 333 | 16 | 77 | 0 | 16 | 437 | 102 | 73 |
| Binary | 10111101 | 1010010 | 11011011 | 1110 | 111111 | 0 | 1110 | 100011111 | 1000010 | 111011 |
Color Harmonies of #BD52DB
Complementary color
Monochromatic Colors of #BD52DB
Black with #BD52DB
Text Example
Text Example
White with #BD52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD52DB; }
p { color: rgb(189,82,219); }
H1.HeaderClassName
{
color: #BD52DB;
}
.AnyTagClassName
{
color: #BD52DB;
}
</style>
background-color css
<style>
a { background-color: #BD52DB; }
a { background-color: rgb(189,82,219); }
div.DivClassName
{
background-color: #BD52DB;
}
.BgClassName
{
background-color: #BD52DB;
}
</style>
border-color css
<style>
span { border-color: #BD52DB; }
span { border-color: rgb(189,82,219); }
td.TdClassName
{
border-color: #BD52DB;
}
.TagClassName
{
border-color: #BD52DB;
}
</style>