Shades of Medium Orchid #BD59EF
Tints of Medium Orchid #BD59EF
RGB
CMYK
RGB Variations
Color information
#BD59EF (or 0xBD59EF) is known color: Medium Orchid. HEX triplet: BD, 59 and EF. RGB value is (189,89,239). Sum of RGB (Red+Green+Blue) = 189+89+239=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD59EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD59EF is #42A610. Grayscale: #878787. Windows color (decimal): -4367889 or 15686077. OLE color: 15686077.
HSL color Cylindrical-coordinate representation of color #BD59EF: hue angle of 280º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD59EF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 89 | 239 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.06 |
| HSL | 280º | 0.82% | 0.64% | - |
| HSV(B) | 280º | 0.63% | 0.94% | - |
| XYZ | 40.14 | 24.2 | 84.22 | - |
| YUV | 136 | 186.13 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 239 | 0.21 | 0.63 | 0 | 0.06 | 280 | 0.82 | 0.64 |
| Hex | BD | 59 | EF | 15 | 3F | 0 | 6 | 118 | 52 | 40 |
| Octal | 275 | 131 | 357 | 25 | 77 | 0 | 6 | 430 | 122 | 100 |
| Binary | 10111101 | 1011001 | 11101111 | 10101 | 111111 | 0 | 110 | 100011000 | 1010010 | 1000000 |
Color Harmonies of #BD59EF
Complementary color
Monochromatic Colors of #BD59EF
Black with #BD59EF
Text Example
Text Example
White with #BD59EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59EF; }
p { color: rgb(189,89,239); }
H1.HeaderClassName
{
color: #BD59EF;
}
.AnyTagClassName
{
color: #BD59EF;
}
</style>
background-color css
<style>
a { background-color: #BD59EF; }
a { background-color: rgb(189,89,239); }
div.DivClassName
{
background-color: #BD59EF;
}
.BgClassName
{
background-color: #BD59EF;
}
</style>
border-color css
<style>
span { border-color: #BD59EF; }
span { border-color: rgb(189,89,239); }
td.TdClassName
{
border-color: #BD59EF;
}
.TagClassName
{
border-color: #BD59EF;
}
</style>