Shades of Medium Orchid #BD57DC
Tints of Medium Orchid #BD57DC
RGB
CMYK
RGB Variations
Color information
#BD57DC (or 0xBD57DC) is known color: Medium Orchid. HEX triplet: BD, 57 and DC. RGB value is (189,87,220). Sum of RGB (Red+Green+Blue) = 189+87+220=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD57DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57DC is #42A823. Grayscale: #848484. Windows color (decimal): -4368420 or 14440381. OLE color: 14440381.
HSL color Cylindrical-coordinate representation of color #BD57DC: hue angle of 286.02º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD57DC is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 87 | 220 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.14 |
| HSL | 286.02º | 0.66% | 0.6% | - |
| HSV(B) | 286.02º | 0.6% | 0.86% | - |
| XYZ | 37.31 | 22.8 | 70.14 | - |
| YUV | 132.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 220 | 0.14 | 0.60 | 0 | 0.14 | 286.02 | 0.66 | 0.6 |
| Hex | BD | 57 | DC | E | 3C | 0 | E | 11E | 42 | 3C |
| Octal | 275 | 127 | 334 | 16 | 74 | 0 | 16 | 436 | 102 | 74 |
| Binary | 10111101 | 1010111 | 11011100 | 1110 | 111100 | 0 | 1110 | 100011110 | 1000010 | 111100 |
Color Harmonies of #BD57DC
Complementary color
Monochromatic Colors of #BD57DC
Black with #BD57DC
Text Example
Text Example
White with #BD57DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57DC; }
p { color: rgb(189,87,220); }
H1.HeaderClassName
{
color: #BD57DC;
}
.AnyTagClassName
{
color: #BD57DC;
}
</style>
background-color css
<style>
a { background-color: #BD57DC; }
a { background-color: rgb(189,87,220); }
div.DivClassName
{
background-color: #BD57DC;
}
.BgClassName
{
background-color: #BD57DC;
}
</style>
border-color css
<style>
span { border-color: #BD57DC; }
span { border-color: rgb(189,87,220); }
td.TdClassName
{
border-color: #BD57DC;
}
.TagClassName
{
border-color: #BD57DC;
}
</style>