Shades of Medium Orchid #BD63E5
Tints of Medium Orchid #BD63E5
RGB
CMYK
RGB Variations
Color information
#BD63E5 (or 0xBD63E5) is known color: Medium Orchid. HEX triplet: BD, 63 and E5. RGB value is (189,99,229). Sum of RGB (Red+Green+Blue) = 189+99+229=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD63E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63E5 is #429C1A. Grayscale: #8C8C8C. Windows color (decimal): -4365339 or 15033277. OLE color: 15033277.
HSL color Cylindrical-coordinate representation of color #BD63E5: hue angle of 281.54º degrees, saturation: 0.71, 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 #BD63E5 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 99 | 229 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.10 |
| HSL | 281.54º | 0.71% | 0.64% | - |
| HSV(B) | 281.54º | 0.57% | 0.9% | - |
| XYZ | 39.59 | 25.4 | 76.94 | - |
| YUV | 140.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 229 | 0.17 | 0.57 | 0 | 0.10 | 281.54 | 0.71 | 0.64 |
| Hex | BD | 63 | E5 | 11 | 39 | 0 | A | 11A | 47 | 40 |
| Octal | 275 | 143 | 345 | 21 | 71 | 0 | 12 | 432 | 107 | 100 |
| Binary | 10111101 | 1100011 | 11100101 | 10001 | 111001 | 0 | 1010 | 100011010 | 1000111 | 1000000 |
Color Harmonies of #BD63E5
Complementary color
Monochromatic Colors of #BD63E5
Black with #BD63E5
Text Example
Text Example
White with #BD63E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD63E5; }
p { color: rgb(189,99,229); }
H1.HeaderClassName
{
color: #BD63E5;
}
.AnyTagClassName
{
color: #BD63E5;
}
</style>
background-color css
<style>
a { background-color: #BD63E5; }
a { background-color: rgb(189,99,229); }
div.DivClassName
{
background-color: #BD63E5;
}
.BgClassName
{
background-color: #BD63E5;
}
</style>
border-color css
<style>
span { border-color: #BD63E5; }
span { border-color: rgb(189,99,229); }
td.TdClassName
{
border-color: #BD63E5;
}
.TagClassName
{
border-color: #BD63E5;
}
</style>