Shades of Medium Orchid #BD63D0
Tints of Medium Orchid #BD63D0
RGB
CMYK
RGB Variations
Color information
#BD63D0 (or 0xBD63D0) is known color: Medium Orchid. HEX triplet: BD, 63 and D0. RGB value is (189,99,208). Sum of RGB (Red+Green+Blue) = 189+99+208=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63D0 is #429C2F. Grayscale: #898989. Windows color (decimal): -4365360 or 13657021. OLE color: 13657021.
HSL color Cylindrical-coordinate representation of color #BD63D0: hue angle of 289.54º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD63D0 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 99 | 208 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.18 |
| HSL | 289.54º | 0.54% | 0.6% | - |
| HSV(B) | 289.54º | 0.52% | 0.82% | - |
| XYZ | 36.83 | 24.3 | 62.42 | - |
| YUV | 138.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 208 | 0.09 | 0.52 | 0 | 0.18 | 289.54 | 0.54 | 0.6 |
| Hex | BD | 63 | D0 | 9 | 34 | 0 | 12 | 122 | 36 | 3C |
| Octal | 275 | 143 | 320 | 11 | 64 | 0 | 22 | 442 | 66 | 74 |
| Binary | 10111101 | 1100011 | 11010000 | 1001 | 110100 | 0 | 10010 | 100100010 | 110110 | 111100 |
Color Harmonies of #BD63D0
Complementary color
Monochromatic Colors of #BD63D0
Black with #BD63D0
Text Example
Text Example
White with #BD63D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD63D0; }
p { color: rgb(189,99,208); }
H1.HeaderClassName
{
color: #BD63D0;
}
.AnyTagClassName
{
color: #BD63D0;
}
</style>
background-color css
<style>
a { background-color: #BD63D0; }
a { background-color: rgb(189,99,208); }
div.DivClassName
{
background-color: #BD63D0;
}
.BgClassName
{
background-color: #BD63D0;
}
</style>
border-color css
<style>
span { border-color: #BD63D0; }
span { border-color: rgb(189,99,208); }
td.TdClassName
{
border-color: #BD63D0;
}
.TagClassName
{
border-color: #BD63D0;
}
</style>