Shades of Medium Orchid #BD61CB
Tints of Medium Orchid #BD61CB
RGB
CMYK
RGB Variations
Color information
#BD61CB (or 0xBD61CB) is known color: Medium Orchid. HEX triplet: BD, 61 and CB. RGB value is (189,97,203). Sum of RGB (Red+Green+Blue) = 189+97+203=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD61CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61CB is #429E34. Grayscale: #888888. Windows color (decimal): -4365877 or 13328829. OLE color: 13328829.
HSL color Cylindrical-coordinate representation of color #BD61CB: hue angle of 292.08º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD61CB is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 97 | 203 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.20 |
| HSL | 292.08º | 0.5% | 0.59% | - |
| HSV(B) | 292.08º | 0.52% | 0.8% | - |
| XYZ | 36.04 | 23.68 | 59.17 | - |
| YUV | 136.59 | 165.48 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 203 | 0.07 | 0.52 | 0 | 0.20 | 292.08 | 0.5 | 0.59 |
| Hex | BD | 61 | CB | 7 | 34 | 0 | 14 | 124 | 32 | 3B |
| Octal | 275 | 141 | 313 | 7 | 64 | 0 | 24 | 444 | 62 | 73 |
| Binary | 10111101 | 1100001 | 11001011 | 111 | 110100 | 0 | 10100 | 100100100 | 110010 | 111011 |
Color Harmonies of #BD61CB
Complementary color
Monochromatic Colors of #BD61CB
Black with #BD61CB
Text Example
Text Example
White with #BD61CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD61CB; }
p { color: rgb(189,97,203); }
H1.HeaderClassName
{
color: #BD61CB;
}
.AnyTagClassName
{
color: #BD61CB;
}
</style>
background-color css
<style>
a { background-color: #BD61CB; }
a { background-color: rgb(189,97,203); }
div.DivClassName
{
background-color: #BD61CB;
}
.BgClassName
{
background-color: #BD61CB;
}
</style>
border-color css
<style>
span { border-color: #BD61CB; }
span { border-color: rgb(189,97,203); }
td.TdClassName
{
border-color: #BD61CB;
}
.TagClassName
{
border-color: #BD61CB;
}
</style>