Shades of Medium Orchid #BD3CDB
Tints of Medium Orchid #BD3CDB
RGB
CMYK
RGB Variations
Color information
#BD3CDB (or 0xBD3CDB) is known color: Medium Orchid. HEX triplet: BD, 3C and DB. RGB value is (189,60,219). Sum of RGB (Red+Green+Blue) = 189+60+219=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD3CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3CDB is #42C324. Grayscale: #747474. Windows color (decimal): -4375333 or 14367933. OLE color: 14367933.
HSL color Cylindrical-coordinate representation of color #BD3CDB: hue angle of 288.68º 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 #BD3CDB is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 60 | 219 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.14 |
| HSL | 288.68º | 0.69% | 0.55% | - |
| HSV(B) | 288.68º | 0.73% | 0.86% | - |
| XYZ | 35.39 | 19.17 | 68.85 | - |
| YUV | 116.7 | 185.74 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 219 | 0.14 | 0.73 | 0 | 0.14 | 288.68 | 0.69 | 0.55 |
| Hex | BD | 3C | DB | E | 49 | 0 | E | 121 | 45 | 37 |
| Octal | 275 | 74 | 333 | 16 | 111 | 0 | 16 | 441 | 105 | 67 |
| Binary | 10111101 | 111100 | 11011011 | 1110 | 1001001 | 0 | 1110 | 100100001 | 1000101 | 110111 |
Color Harmonies of #BD3CDB
Complementary color
Monochromatic Colors of #BD3CDB
Black with #BD3CDB
Text Example
Text Example
White with #BD3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CDB; }
p { color: rgb(189,60,219); }
H1.HeaderClassName
{
color: #BD3CDB;
}
.AnyTagClassName
{
color: #BD3CDB;
}
</style>
background-color css
<style>
a { background-color: #BD3CDB; }
a { background-color: rgb(189,60,219); }
div.DivClassName
{
background-color: #BD3CDB;
}
.BgClassName
{
background-color: #BD3CDB;
}
</style>
border-color css
<style>
span { border-color: #BD3CDB; }
span { border-color: rgb(189,60,219); }
td.TdClassName
{
border-color: #BD3CDB;
}
.TagClassName
{
border-color: #BD3CDB;
}
</style>