Shades of Medium Orchid #BD45DD
Tints of Medium Orchid #BD45DD
RGB
CMYK
RGB Variations
Color information
#BD45DD (or 0xBD45DD) is known color: Medium Orchid. HEX triplet: BD, 45 and DD. RGB value is (189,69,221). Sum of RGB (Red+Green+Blue) = 189+69+221=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD45DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45DD is #42BA22. Grayscale: #797979. Windows color (decimal): -4373027 or 14501309. OLE color: 14501309.
HSL color Cylindrical-coordinate representation of color #BD45DD: hue angle of 287.37º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD45DD is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 69 | 221 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.13 |
| HSL | 287.37º | 0.69% | 0.57% | - |
| HSV(B) | 287.37º | 0.69% | 0.87% | - |
| XYZ | 36.17 | 20.3 | 70.42 | - |
| YUV | 122.21 | 183.76 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 221 | 0.14 | 0.69 | 0 | 0.13 | 287.37 | 0.69 | 0.57 |
| Hex | BD | 45 | DD | E | 45 | 0 | D | 11F | 45 | 39 |
| Octal | 275 | 105 | 335 | 16 | 105 | 0 | 15 | 437 | 105 | 71 |
| Binary | 10111101 | 1000101 | 11011101 | 1110 | 1000101 | 0 | 1101 | 100011111 | 1000101 | 111001 |
Color Harmonies of #BD45DD
Complementary color
Monochromatic Colors of #BD45DD
Black with #BD45DD
Text Example
Text Example
White with #BD45DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD45DD; }
p { color: rgb(189,69,221); }
H1.HeaderClassName
{
color: #BD45DD;
}
.AnyTagClassName
{
color: #BD45DD;
}
</style>
background-color css
<style>
a { background-color: #BD45DD; }
a { background-color: rgb(189,69,221); }
div.DivClassName
{
background-color: #BD45DD;
}
.BgClassName
{
background-color: #BD45DD;
}
</style>
border-color css
<style>
span { border-color: #BD45DD; }
span { border-color: rgb(189,69,221); }
td.TdClassName
{
border-color: #BD45DD;
}
.TagClassName
{
border-color: #BD45DD;
}
</style>