Shades of Medium Orchid #BD71EA
Tints of Medium Orchid #BD71EA
RGB
CMYK
RGB Variations
Color information
#BD71EA (or 0xBD71EA) is known color: Medium Orchid. HEX triplet: BD, 71 and EA. RGB value is (189,113,234). Sum of RGB (Red+Green+Blue) = 189+113+234=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD71EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD71EA is #428E15. Grayscale: #959595. Windows color (decimal): -4361750 or 15364541. OLE color: 15364541.
HSL color Cylindrical-coordinate representation of color #BD71EA: hue angle of 277.69º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD71EA is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 113 | 234 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.08 |
| HSL | 277.69º | 0.74% | 0.68% | - |
| HSV(B) | 277.69º | 0.52% | 0.92% | - |
| XYZ | 41.74 | 28.57 | 81.16 | - |
| YUV | 149.52 | 175.68 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 234 | 0.19 | 0.52 | 0 | 0.08 | 277.69 | 0.74 | 0.68 |
| Hex | BD | 71 | EA | 13 | 34 | 0 | 8 | 116 | 4A | 44 |
| Octal | 275 | 161 | 352 | 23 | 64 | 0 | 10 | 426 | 112 | 104 |
| Binary | 10111101 | 1110001 | 11101010 | 10011 | 110100 | 0 | 1000 | 100010110 | 1001010 | 1000100 |
Color Harmonies of #BD71EA
Complementary color
Monochromatic Colors of #BD71EA
Black with #BD71EA
Text Example
Text Example
White with #BD71EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71EA; }
p { color: rgb(189,113,234); }
H1.HeaderClassName
{
color: #BD71EA;
}
.AnyTagClassName
{
color: #BD71EA;
}
</style>
background-color css
<style>
a { background-color: #BD71EA; }
a { background-color: rgb(189,113,234); }
div.DivClassName
{
background-color: #BD71EA;
}
.BgClassName
{
background-color: #BD71EA;
}
</style>
border-color css
<style>
span { border-color: #BD71EA; }
span { border-color: rgb(189,113,234); }
td.TdClassName
{
border-color: #BD71EA;
}
.TagClassName
{
border-color: #BD71EA;
}
</style>