Shades of Medium Orchid #BD62E5
Tints of Medium Orchid #BD62E5
RGB
CMYK
RGB Variations
Color information
#BD62E5 (or 0xBD62E5) is known color: Medium Orchid. HEX triplet: BD, 62 and E5. RGB value is (189,98,229). Sum of RGB (Red+Green+Blue) = 189+98+229=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD62E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62E5 is #429D1A. Grayscale: #8B8B8B. Windows color (decimal): -4365595 or 15033021. OLE color: 15033021.
HSL color Cylindrical-coordinate representation of color #BD62E5: hue angle of 281.68º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD62E5 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 98 | 229 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.10 |
| HSL | 281.68º | 0.72% | 0.64% | - |
| HSV(B) | 281.68º | 0.57% | 0.9% | - |
| XYZ | 39.5 | 25.21 | 76.91 | - |
| YUV | 140.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 229 | 0.17 | 0.57 | 0 | 0.10 | 281.68 | 0.72 | 0.64 |
| Hex | BD | 62 | E5 | 11 | 39 | 0 | A | 11A | 48 | 40 |
| Octal | 275 | 142 | 345 | 21 | 71 | 0 | 12 | 432 | 110 | 100 |
| Binary | 10111101 | 1100010 | 11100101 | 10001 | 111001 | 0 | 1010 | 100011010 | 1001000 | 1000000 |
Color Harmonies of #BD62E5
Complementary color
Monochromatic Colors of #BD62E5
Black with #BD62E5
Text Example
Text Example
White with #BD62E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD62E5; }
p { color: rgb(189,98,229); }
H1.HeaderClassName
{
color: #BD62E5;
}
.AnyTagClassName
{
color: #BD62E5;
}
</style>
background-color css
<style>
a { background-color: #BD62E5; }
a { background-color: rgb(189,98,229); }
div.DivClassName
{
background-color: #BD62E5;
}
.BgClassName
{
background-color: #BD62E5;
}
</style>
border-color css
<style>
span { border-color: #BD62E5; }
span { border-color: rgb(189,98,229); }
td.TdClassName
{
border-color: #BD62E5;
}
.TagClassName
{
border-color: #BD62E5;
}
</style>