Shades of Medium Orchid #BD59E6
Tints of Medium Orchid #BD59E6
RGB
CMYK
RGB Variations
Color information
#BD59E6 (or 0xBD59E6) is known color: Medium Orchid. HEX triplet: BD, 59 and E6. RGB value is (189,89,230). Sum of RGB (Red+Green+Blue) = 189+89+230=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD59E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD59E6 is #42A619. Grayscale: #868686. Windows color (decimal): -4367898 or 15096253. OLE color: 15096253.
HSL color Cylindrical-coordinate representation of color #BD59E6: hue angle of 282.55º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD59E6 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 89 | 230 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.10 |
| HSL | 282.55º | 0.74% | 0.63% | - |
| HSV(B) | 282.55º | 0.61% | 0.9% | - |
| XYZ | 38.84 | 23.68 | 77.39 | - |
| YUV | 134.97 | 181.63 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 230 | 0.18 | 0.61 | 0 | 0.10 | 282.55 | 0.74 | 0.63 |
| Hex | BD | 59 | E6 | 12 | 3D | 0 | A | 11B | 4A | 3F |
| Octal | 275 | 131 | 346 | 22 | 75 | 0 | 12 | 433 | 112 | 77 |
| Binary | 10111101 | 1011001 | 11100110 | 10010 | 111101 | 0 | 1010 | 100011011 | 1001010 | 111111 |
Color Harmonies of #BD59E6
Complementary color
Monochromatic Colors of #BD59E6
Black with #BD59E6
Text Example
Text Example
White with #BD59E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59E6; }
p { color: rgb(189,89,230); }
H1.HeaderClassName
{
color: #BD59E6;
}
.AnyTagClassName
{
color: #BD59E6;
}
</style>
background-color css
<style>
a { background-color: #BD59E6; }
a { background-color: rgb(189,89,230); }
div.DivClassName
{
background-color: #BD59E6;
}
.BgClassName
{
background-color: #BD59E6;
}
</style>
border-color css
<style>
span { border-color: #BD59E6; }
span { border-color: rgb(189,89,230); }
td.TdClassName
{
border-color: #BD59E6;
}
.TagClassName
{
border-color: #BD59E6;
}
</style>