Shades of Medium Orchid #BD73E9
Tints of Medium Orchid #BD73E9
RGB
CMYK
RGB Variations
Color information
#BD73E9 (or 0xBD73E9) is known color: Medium Orchid. HEX triplet: BD, 73 and E9. RGB value is (189,115,233). Sum of RGB (Red+Green+Blue) = 189+115+233=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD73E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD73E9 is #428C16. Grayscale: #969696. Windows color (decimal): -4361239 or 15299517. OLE color: 15299517.
HSL color Cylindrical-coordinate representation of color #BD73E9: hue angle of 277.63º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD73E9 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 115 | 233 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.09 |
| HSL | 277.63º | 0.73% | 0.68% | - |
| HSV(B) | 277.63º | 0.51% | 0.91% | - |
| XYZ | 41.82 | 28.96 | 80.48 | - |
| YUV | 150.58 | 174.52 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 233 | 0.19 | 0.51 | 0 | 0.09 | 277.63 | 0.73 | 0.68 |
| Hex | BD | 73 | E9 | 13 | 33 | 0 | 9 | 116 | 49 | 44 |
| Octal | 275 | 163 | 351 | 23 | 63 | 0 | 11 | 426 | 111 | 104 |
| Binary | 10111101 | 1110011 | 11101001 | 10011 | 110011 | 0 | 1001 | 100010110 | 1001001 | 1000100 |
Color Harmonies of #BD73E9
Complementary color
Monochromatic Colors of #BD73E9
Black with #BD73E9
Text Example
Text Example
White with #BD73E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD73E9; }
p { color: rgb(189,115,233); }
H1.HeaderClassName
{
color: #BD73E9;
}
.AnyTagClassName
{
color: #BD73E9;
}
</style>
background-color css
<style>
a { background-color: #BD73E9; }
a { background-color: rgb(189,115,233); }
div.DivClassName
{
background-color: #BD73E9;
}
.BgClassName
{
background-color: #BD73E9;
}
</style>
border-color css
<style>
span { border-color: #BD73E9; }
span { border-color: rgb(189,115,233); }
td.TdClassName
{
border-color: #BD73E9;
}
.TagClassName
{
border-color: #BD73E9;
}
</style>