Shades of Medium Orchid #BD61E5
Tints of Medium Orchid #BD61E5
RGB
CMYK
RGB Variations
Color information
#BD61E5 (or 0xBD61E5) is known color: Medium Orchid. HEX triplet: BD, 61 and E5. RGB value is (189,97,229). Sum of RGB (Red+Green+Blue) = 189+97+229=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD61E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61E5 is #429E1A. Grayscale: #8B8B8B. Windows color (decimal): -4365851 or 15032765. OLE color: 15032765.
HSL color Cylindrical-coordinate representation of color #BD61E5: hue angle of 281.82º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD61E5 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 97 | 229 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.10 |
| HSL | 281.82º | 0.72% | 0.64% | - |
| HSV(B) | 281.82º | 0.58% | 0.9% | - |
| XYZ | 39.4 | 25.03 | 76.88 | - |
| YUV | 139.56 | 178.48 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 229 | 0.17 | 0.58 | 0 | 0.10 | 281.82 | 0.72 | 0.64 |
| Hex | BD | 61 | E5 | 11 | 3A | 0 | A | 11A | 48 | 40 |
| Octal | 275 | 141 | 345 | 21 | 72 | 0 | 12 | 432 | 110 | 100 |
| Binary | 10111101 | 1100001 | 11100101 | 10001 | 111010 | 0 | 1010 | 100011010 | 1001000 | 1000000 |
Color Harmonies of #BD61E5
Complementary color
Monochromatic Colors of #BD61E5
Black with #BD61E5
Text Example
Text Example
White with #BD61E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD61E5; }
p { color: rgb(189,97,229); }
H1.HeaderClassName
{
color: #BD61E5;
}
.AnyTagClassName
{
color: #BD61E5;
}
</style>
background-color css
<style>
a { background-color: #BD61E5; }
a { background-color: rgb(189,97,229); }
div.DivClassName
{
background-color: #BD61E5;
}
.BgClassName
{
background-color: #BD61E5;
}
</style>
border-color css
<style>
span { border-color: #BD61E5; }
span { border-color: rgb(189,97,229); }
td.TdClassName
{
border-color: #BD61E5;
}
.TagClassName
{
border-color: #BD61E5;
}
</style>