Shades of Medium Orchid #BD73EA
Tints of Medium Orchid #BD73EA
RGB
CMYK
RGB Variations
Color information
#BD73EA (or 0xBD73EA) is known color: Medium Orchid. HEX triplet: BD, 73 and EA. RGB value is (189,115,234). Sum of RGB (Red+Green+Blue) = 189+115+234=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD73EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD73EA is #428C15. Grayscale: #969696. Windows color (decimal): -4361238 or 15365053. OLE color: 15365053.
HSL color Cylindrical-coordinate representation of color #BD73EA: hue angle of 277.31º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD73EA is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 115 | 234 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.08 |
| HSL | 277.31º | 0.74% | 0.68% | - |
| HSV(B) | 277.31º | 0.51% | 0.92% | - |
| XYZ | 41.97 | 29.02 | 81.23 | - |
| YUV | 150.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 234 | 0.19 | 0.51 | 0 | 0.08 | 277.31 | 0.74 | 0.68 |
| Hex | BD | 73 | EA | 13 | 33 | 0 | 8 | 115 | 4A | 44 |
| Octal | 275 | 163 | 352 | 23 | 63 | 0 | 10 | 425 | 112 | 104 |
| Binary | 10111101 | 1110011 | 11101010 | 10011 | 110011 | 0 | 1000 | 100010101 | 1001010 | 1000100 |
Color Harmonies of #BD73EA
Complementary color
Monochromatic Colors of #BD73EA
Black with #BD73EA
Text Example
Text Example
White with #BD73EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD73EA; }
p { color: rgb(189,115,234); }
H1.HeaderClassName
{
color: #BD73EA;
}
.AnyTagClassName
{
color: #BD73EA;
}
</style>
background-color css
<style>
a { background-color: #BD73EA; }
a { background-color: rgb(189,115,234); }
div.DivClassName
{
background-color: #BD73EA;
}
.BgClassName
{
background-color: #BD73EA;
}
</style>
border-color css
<style>
span { border-color: #BD73EA; }
span { border-color: rgb(189,115,234); }
td.TdClassName
{
border-color: #BD73EA;
}
.TagClassName
{
border-color: #BD73EA;
}
</style>