Shades of Medium Orchid #BD63D1
Tints of Medium Orchid #BD63D1
RGB
CMYK
RGB Variations
Color information
#BD63D1 (or 0xBD63D1) is known color: Medium Orchid. HEX triplet: BD, 63 and D1. RGB value is (189,99,209). Sum of RGB (Red+Green+Blue) = 189+99+209=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD63D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63D1 is #429C2E. Grayscale: #8A8A8A. Windows color (decimal): -4365359 or 13722557. OLE color: 13722557.
HSL color Cylindrical-coordinate representation of color #BD63D1: hue angle of 289.09º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD63D1 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 99 | 209 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.18 |
| HSL | 289.09º | 0.54% | 0.6% | - |
| HSV(B) | 289.09º | 0.53% | 0.82% | - |
| XYZ | 36.96 | 24.35 | 63.07 | - |
| YUV | 138.45 | 167.82 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 209 | 0.10 | 0.53 | 0 | 0.18 | 289.09 | 0.54 | 0.6 |
| Hex | BD | 63 | D1 | A | 35 | 0 | 12 | 121 | 36 | 3C |
| Octal | 275 | 143 | 321 | 12 | 65 | 0 | 22 | 441 | 66 | 74 |
| Binary | 10111101 | 1100011 | 11010001 | 1010 | 110101 | 0 | 10010 | 100100001 | 110110 | 111100 |
Color Harmonies of #BD63D1
Complementary color
Monochromatic Colors of #BD63D1
Black with #BD63D1
Text Example
Text Example
White with #BD63D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD63D1; }
p { color: rgb(189,99,209); }
H1.HeaderClassName
{
color: #BD63D1;
}
.AnyTagClassName
{
color: #BD63D1;
}
</style>
background-color css
<style>
a { background-color: #BD63D1; }
a { background-color: rgb(189,99,209); }
div.DivClassName
{
background-color: #BD63D1;
}
.BgClassName
{
background-color: #BD63D1;
}
</style>
border-color css
<style>
span { border-color: #BD63D1; }
span { border-color: rgb(189,99,209); }
td.TdClassName
{
border-color: #BD63D1;
}
.TagClassName
{
border-color: #BD63D1;
}
</style>