Shades of Medium Orchid #BD4BDB
Tints of Medium Orchid #BD4BDB
RGB
CMYK
RGB Variations
Color information
#BD4BDB (or 0xBD4BDB) is known color: Medium Orchid. HEX triplet: BD, 4B and DB. RGB value is (189,75,219). Sum of RGB (Red+Green+Blue) = 189+75+219=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4BDB is #42B424. Grayscale: #7D7D7D. Windows color (decimal): -4371493 or 14371773. OLE color: 14371773.
HSL color Cylindrical-coordinate representation of color #BD4BDB: hue angle of 287.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4BDB is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 75 | 219 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.14 |
| HSL | 287.5º | 0.67% | 0.58% | - |
| HSV(B) | 287.5º | 0.66% | 0.86% | - |
| XYZ | 36.29 | 20.97 | 69.15 | - |
| YUV | 125.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 219 | 0.14 | 0.66 | 0 | 0.14 | 287.5 | 0.67 | 0.58 |
| Hex | BD | 4B | DB | E | 42 | 0 | E | 120 | 43 | 3A |
| Octal | 275 | 113 | 333 | 16 | 102 | 0 | 16 | 440 | 103 | 72 |
| Binary | 10111101 | 1001011 | 11011011 | 1110 | 1000010 | 0 | 1110 | 100100000 | 1000011 | 111010 |
Color Harmonies of #BD4BDB
Complementary color
Monochromatic Colors of #BD4BDB
Black with #BD4BDB
Text Example
Text Example
White with #BD4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4BDB; }
p { color: rgb(189,75,219); }
H1.HeaderClassName
{
color: #BD4BDB;
}
.AnyTagClassName
{
color: #BD4BDB;
}
</style>
background-color css
<style>
a { background-color: #BD4BDB; }
a { background-color: rgb(189,75,219); }
div.DivClassName
{
background-color: #BD4BDB;
}
.BgClassName
{
background-color: #BD4BDB;
}
</style>
border-color css
<style>
span { border-color: #BD4BDB; }
span { border-color: rgb(189,75,219); }
td.TdClassName
{
border-color: #BD4BDB;
}
.TagClassName
{
border-color: #BD4BDB;
}
</style>