Shades of Medium Orchid #BD63DC
Tints of Medium Orchid #BD63DC
RGB
CMYK
RGB Variations
Color information
#BD63DC (or 0xBD63DC) is known color: Medium Orchid. HEX triplet: BD, 63 and DC. RGB value is (189,99,220). Sum of RGB (Red+Green+Blue) = 189+99+220=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD63DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63DC is #429C23. Grayscale: #8B8B8B. Windows color (decimal): -4365348 or 14443453. OLE color: 14443453.
HSL color Cylindrical-coordinate representation of color #BD63DC: hue angle of 284.63º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD63DC is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 99 | 220 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.14 |
| HSL | 284.63º | 0.63% | 0.63% | - |
| HSV(B) | 284.63º | 0.55% | 0.86% | - |
| XYZ | 38.37 | 24.91 | 70.5 | - |
| YUV | 139.7 | 173.32 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 220 | 0.14 | 0.55 | 0 | 0.14 | 284.63 | 0.63 | 0.63 |
| Hex | BD | 63 | DC | E | 37 | 0 | E | 11D | 3F | 3F |
| Octal | 275 | 143 | 334 | 16 | 67 | 0 | 16 | 435 | 77 | 77 |
| Binary | 10111101 | 1100011 | 11011100 | 1110 | 110111 | 0 | 1110 | 100011101 | 111111 | 111111 |
Color Harmonies of #BD63DC
Complementary color
Monochromatic Colors of #BD63DC
Black with #BD63DC
Text Example
Text Example
White with #BD63DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD63DC; }
p { color: rgb(189,99,220); }
H1.HeaderClassName
{
color: #BD63DC;
}
.AnyTagClassName
{
color: #BD63DC;
}
</style>
background-color css
<style>
a { background-color: #BD63DC; }
a { background-color: rgb(189,99,220); }
div.DivClassName
{
background-color: #BD63DC;
}
.BgClassName
{
background-color: #BD63DC;
}
</style>
border-color css
<style>
span { border-color: #BD63DC; }
span { border-color: rgb(189,99,220); }
td.TdClassName
{
border-color: #BD63DC;
}
.TagClassName
{
border-color: #BD63DC;
}
</style>