Shades of Medium Orchid #BD59CF
Tints of Medium Orchid #BD59CF
RGB
CMYK
RGB Variations
Color information
#BD59CF (or 0xBD59CF) is known color: Medium Orchid. HEX triplet: BD, 59 and CF. RGB value is (189,89,207). Sum of RGB (Red+Green+Blue) = 189+89+207=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD59CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD59CF is #42A630. Grayscale: #838383. Windows color (decimal): -4367921 or 13588925. OLE color: 13588925.
HSL color Cylindrical-coordinate representation of color #BD59CF: hue angle of 290.85º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD59CF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 89 | 207 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.19 |
| HSL | 290.85º | 0.55% | 0.58% | - |
| HSV(B) | 290.85º | 0.57% | 0.81% | - |
| XYZ | 35.82 | 22.47 | 61.48 | - |
| YUV | 132.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 207 | 0.09 | 0.57 | 0 | 0.19 | 290.85 | 0.55 | 0.58 |
| Hex | BD | 59 | CF | 9 | 39 | 0 | 13 | 123 | 37 | 3A |
| Octal | 275 | 131 | 317 | 11 | 71 | 0 | 23 | 443 | 67 | 72 |
| Binary | 10111101 | 1011001 | 11001111 | 1001 | 111001 | 0 | 10011 | 100100011 | 110111 | 111010 |
Color Harmonies of #BD59CF
Complementary color
Monochromatic Colors of #BD59CF
Black with #BD59CF
Text Example
Text Example
White with #BD59CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59CF; }
p { color: rgb(189,89,207); }
H1.HeaderClassName
{
color: #BD59CF;
}
.AnyTagClassName
{
color: #BD59CF;
}
</style>
background-color css
<style>
a { background-color: #BD59CF; }
a { background-color: rgb(189,89,207); }
div.DivClassName
{
background-color: #BD59CF;
}
.BgClassName
{
background-color: #BD59CF;
}
</style>
border-color css
<style>
span { border-color: #BD59CF; }
span { border-color: rgb(189,89,207); }
td.TdClassName
{
border-color: #BD59CF;
}
.TagClassName
{
border-color: #BD59CF;
}
</style>