Shades of Medium Orchid #BD57CF
Tints of Medium Orchid #BD57CF
RGB
CMYK
RGB Variations
Color information
#BD57CF (or 0xBD57CF) is known color: Medium Orchid. HEX triplet: BD, 57 and CF. RGB value is (189,87,207). Sum of RGB (Red+Green+Blue) = 189+87+207=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD57CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD57CF is #42A830. Grayscale: #828282. Windows color (decimal): -4368433 or 13588413. OLE color: 13588413.
HSL color Cylindrical-coordinate representation of color #BD57CF: hue angle of 291º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD57CF is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 87 | 207 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.19 |
| HSL | 291º | 0.56% | 0.58% | - |
| HSV(B) | 291º | 0.58% | 0.81% | - |
| XYZ | 35.66 | 22.14 | 61.43 | - |
| YUV | 131.18 | 170.79 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 207 | 0.09 | 0.58 | 0 | 0.19 | 291 | 0.56 | 0.58 |
| Hex | BD | 57 | CF | 9 | 3A | 0 | 13 | 123 | 38 | 3A |
| Octal | 275 | 127 | 317 | 11 | 72 | 0 | 23 | 443 | 70 | 72 |
| Binary | 10111101 | 1010111 | 11001111 | 1001 | 111010 | 0 | 10011 | 100100011 | 111000 | 111010 |
Color Harmonies of #BD57CF
Complementary color
Monochromatic Colors of #BD57CF
Black with #BD57CF
Text Example
Text Example
White with #BD57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD57CF; }
p { color: rgb(189,87,207); }
H1.HeaderClassName
{
color: #BD57CF;
}
.AnyTagClassName
{
color: #BD57CF;
}
</style>
background-color css
<style>
a { background-color: #BD57CF; }
a { background-color: rgb(189,87,207); }
div.DivClassName
{
background-color: #BD57CF;
}
.BgClassName
{
background-color: #BD57CF;
}
</style>
border-color css
<style>
span { border-color: #BD57CF; }
span { border-color: rgb(189,87,207); }
td.TdClassName
{
border-color: #BD57CF;
}
.TagClassName
{
border-color: #BD57CF;
}
</style>