Shades of Medium Orchid #BD2DDB
Tints of Medium Orchid #BD2DDB
RGB
CMYK
RGB Variations
Color information
#BD2DDB (or 0xBD2DDB) is known color: Medium Orchid. HEX triplet: BD, 2D and DB. RGB value is (189,45,219). Sum of RGB (Red+Green+Blue) = 189+45+219=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD2DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DDB is #42D224. Grayscale: #6B6B6B. Windows color (decimal): -4379173 or 14364093. OLE color: 14364093.
HSL color Cylindrical-coordinate representation of color #BD2DDB: hue angle of 289.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2DDB is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 45 | 219 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.14 |
| HSL | 289.66º | 0.71% | 0.52% | - |
| HSV(B) | 289.66º | 0.79% | 0.86% | - |
| XYZ | 34.71 | 17.81 | 68.63 | - |
| YUV | 107.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 219 | 0.14 | 0.79 | 0 | 0.14 | 289.66 | 0.71 | 0.52 |
| Hex | BD | 2D | DB | E | 4F | 0 | E | 122 | 47 | 34 |
| Octal | 275 | 55 | 333 | 16 | 117 | 0 | 16 | 442 | 107 | 64 |
| Binary | 10111101 | 101101 | 11011011 | 1110 | 1001111 | 0 | 1110 | 100100010 | 1000111 | 110100 |
Color Harmonies of #BD2DDB
Complementary color
Monochromatic Colors of #BD2DDB
Black with #BD2DDB
Text Example
Text Example
White with #BD2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2DDB; }
p { color: rgb(189,45,219); }
H1.HeaderClassName
{
color: #BD2DDB;
}
.AnyTagClassName
{
color: #BD2DDB;
}
</style>
background-color css
<style>
a { background-color: #BD2DDB; }
a { background-color: rgb(189,45,219); }
div.DivClassName
{
background-color: #BD2DDB;
}
.BgClassName
{
background-color: #BD2DDB;
}
</style>
border-color css
<style>
span { border-color: #BD2DDB; }
span { border-color: rgb(189,45,219); }
td.TdClassName
{
border-color: #BD2DDB;
}
.TagClassName
{
border-color: #BD2DDB;
}
</style>