Shades of Medium Orchid #BD59EA
Tints of Medium Orchid #BD59EA
RGB
CMYK
RGB Variations
Color information
#BD59EA (or 0xBD59EA) is known color: Medium Orchid. HEX triplet: BD, 59 and EA. RGB value is (189,89,234). Sum of RGB (Red+Green+Blue) = 189+89+234=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD59EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD59EA is #42A615. Grayscale: #868686. Windows color (decimal): -4367894 or 15358397. OLE color: 15358397.
HSL color Cylindrical-coordinate representation of color #BD59EA: hue angle of 281.38º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD59EA is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 89 | 234 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.08 |
| HSL | 281.38º | 0.78% | 0.63% | - |
| HSV(B) | 281.38º | 0.62% | 0.92% | - |
| XYZ | 39.41 | 23.9 | 80.38 | - |
| YUV | 135.43 | 183.63 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 234 | 0.19 | 0.62 | 0 | 0.08 | 281.38 | 0.78 | 0.63 |
| Hex | BD | 59 | EA | 13 | 3E | 0 | 8 | 119 | 4E | 3F |
| Octal | 275 | 131 | 352 | 23 | 76 | 0 | 10 | 431 | 116 | 77 |
| Binary | 10111101 | 1011001 | 11101010 | 10011 | 111110 | 0 | 1000 | 100011001 | 1001110 | 111111 |
Color Harmonies of #BD59EA
Complementary color
Monochromatic Colors of #BD59EA
Black with #BD59EA
Text Example
Text Example
White with #BD59EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59EA; }
p { color: rgb(189,89,234); }
H1.HeaderClassName
{
color: #BD59EA;
}
.AnyTagClassName
{
color: #BD59EA;
}
</style>
background-color css
<style>
a { background-color: #BD59EA; }
a { background-color: rgb(189,89,234); }
div.DivClassName
{
background-color: #BD59EA;
}
.BgClassName
{
background-color: #BD59EA;
}
</style>
border-color css
<style>
span { border-color: #BD59EA; }
span { border-color: rgb(189,89,234); }
td.TdClassName
{
border-color: #BD59EA;
}
.TagClassName
{
border-color: #BD59EA;
}
</style>