Shades of Medium Orchid #BD63CB
Tints of Medium Orchid #BD63CB
RGB
CMYK
RGB Variations
Color information
#BD63CB (or 0xBD63CB) is known color: Medium Orchid. HEX triplet: BD, 63 and CB. RGB value is (189,99,203). Sum of RGB (Red+Green+Blue) = 189+99+203=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD63CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63CB is #429C34. Grayscale: #898989. Windows color (decimal): -4365365 or 13329341. OLE color: 13329341.
HSL color Cylindrical-coordinate representation of color #BD63CB: hue angle of 291.92º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD63CB is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 99 | 203 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.20 |
| HSL | 291.92º | 0.5% | 0.59% | - |
| HSV(B) | 291.92º | 0.51% | 0.8% | - |
| XYZ | 36.23 | 24.05 | 59.23 | - |
| YUV | 137.77 | 164.82 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 203 | 0.07 | 0.51 | 0 | 0.20 | 291.92 | 0.5 | 0.59 |
| Hex | BD | 63 | CB | 7 | 33 | 0 | 14 | 124 | 32 | 3B |
| Octal | 275 | 143 | 313 | 7 | 63 | 0 | 24 | 444 | 62 | 73 |
| Binary | 10111101 | 1100011 | 11001011 | 111 | 110011 | 0 | 10100 | 100100100 | 110010 | 111011 |
Color Harmonies of #BD63CB
Complementary color
Monochromatic Colors of #BD63CB
Black with #BD63CB
Text Example
Text Example
White with #BD63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD63CB; }
p { color: rgb(189,99,203); }
H1.HeaderClassName
{
color: #BD63CB;
}
.AnyTagClassName
{
color: #BD63CB;
}
</style>
background-color css
<style>
a { background-color: #BD63CB; }
a { background-color: rgb(189,99,203); }
div.DivClassName
{
background-color: #BD63CB;
}
.BgClassName
{
background-color: #BD63CB;
}
</style>
border-color css
<style>
span { border-color: #BD63CB; }
span { border-color: rgb(189,99,203); }
td.TdClassName
{
border-color: #BD63CB;
}
.TagClassName
{
border-color: #BD63CB;
}
</style>