Shades of Medium Orchid #BD57DF
Tints of Medium Orchid #BD57DF
RGB
CMYK
RGB Variations
Color information
#BD57DF (or 0xBD57DF) is known color: Medium Orchid. HEX triplet: BD, 57 and DF. RGB value is (189,87,223). Sum of RGB (Red+Green+Blue) = 189+87+223=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD57DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57DF is #42A820. Grayscale: #848484. Windows color (decimal): -4368417 or 14636989. OLE color: 14636989.
HSL color Cylindrical-coordinate representation of color #BD57DF: hue angle of 285º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD57DF is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 87 | 223 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.13 |
| HSL | 285º | 0.68% | 0.61% | - |
| HSV(B) | 285º | 0.61% | 0.87% | - |
| XYZ | 37.71 | 22.96 | 72.26 | - |
| YUV | 133 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 223 | 0.15 | 0.61 | 0 | 0.13 | 285 | 0.68 | 0.61 |
| Hex | BD | 57 | DF | F | 3D | 0 | D | 11D | 44 | 3D |
| Octal | 275 | 127 | 337 | 17 | 75 | 0 | 15 | 435 | 104 | 75 |
| Binary | 10111101 | 1010111 | 11011111 | 1111 | 111101 | 0 | 1101 | 100011101 | 1000100 | 111101 |
Color Harmonies of #BD57DF
Complementary color
Monochromatic Colors of #BD57DF
Black with #BD57DF
Text Example
Text Example
White with #BD57DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57DF; }
p { color: rgb(189,87,223); }
H1.HeaderClassName
{
color: #BD57DF;
}
.AnyTagClassName
{
color: #BD57DF;
}
</style>
background-color css
<style>
a { background-color: #BD57DF; }
a { background-color: rgb(189,87,223); }
div.DivClassName
{
background-color: #BD57DF;
}
.BgClassName
{
background-color: #BD57DF;
}
</style>
border-color css
<style>
span { border-color: #BD57DF; }
span { border-color: rgb(189,87,223); }
td.TdClassName
{
border-color: #BD57DF;
}
.TagClassName
{
border-color: #BD57DF;
}
</style>