Shades of Medium Orchid #BD59E8
Tints of Medium Orchid #BD59E8
RGB
CMYK
RGB Variations
Color information
#BD59E8 (or 0xBD59E8) is known color: Medium Orchid. HEX triplet: BD, 59 and E8. RGB value is (189,89,232). Sum of RGB (Red+Green+Blue) = 189+89+232=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 232 (91.02% from 255 or 45.49% from 510); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD59E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD59E8 is #42A617. Grayscale: #868686. Windows color (decimal): -4367896 or 15227325. OLE color: 15227325.
HSL color Cylindrical-coordinate representation of color #BD59E8: hue angle of 281.96º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD59E8 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 89 | 232 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.09 |
| HSL | 281.96º | 0.76% | 0.63% | - |
| HSV(B) | 281.96º | 0.62% | 0.91% | - |
| XYZ | 39.12 | 23.79 | 78.87 | - |
| YUV | 135.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 232 | 0.19 | 0.62 | 0 | 0.09 | 281.96 | 0.76 | 0.63 |
| Hex | BD | 59 | E8 | 13 | 3E | 0 | 9 | 11A | 4C | 3F |
| Octal | 275 | 131 | 350 | 23 | 76 | 0 | 11 | 432 | 114 | 77 |
| Binary | 10111101 | 1011001 | 11101000 | 10011 | 111110 | 0 | 1001 | 100011010 | 1001100 | 111111 |
Color Harmonies of #BD59E8
Complementary color
Monochromatic Colors of #BD59E8
Black with #BD59E8
Text Example
Text Example
White with #BD59E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59E8; }
p { color: rgb(189,89,232); }
H1.HeaderClassName
{
color: #BD59E8;
}
.AnyTagClassName
{
color: #BD59E8;
}
</style>
background-color css
<style>
a { background-color: #BD59E8; }
a { background-color: rgb(189,89,232); }
div.DivClassName
{
background-color: #BD59E8;
}
.BgClassName
{
background-color: #BD59E8;
}
</style>
border-color css
<style>
span { border-color: #BD59E8; }
span { border-color: rgb(189,89,232); }
td.TdClassName
{
border-color: #BD59E8;
}
.TagClassName
{
border-color: #BD59E8;
}
</style>