Shades of Medium Orchid #BD4DCE
Tints of Medium Orchid #BD4DCE
RGB
CMYK
RGB Variations
Color information
#BD4DCE (or 0xBD4DCE) is known color: Medium Orchid. HEX triplet: BD, 4D and CE. RGB value is (189,77,206). Sum of RGB (Red+Green+Blue) = 189+77+206=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD4DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DCE is #42B231. Grayscale: #7C7C7C. Windows color (decimal): -4370994 or 13520317. OLE color: 13520317.
HSL color Cylindrical-coordinate representation of color #BD4DCE: hue angle of 292.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4DCE is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 77 | 206 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.19 |
| HSL | 292.09º | 0.57% | 0.55% | - |
| HSV(B) | 292.09º | 0.63% | 0.81% | - |
| XYZ | 34.78 | 20.58 | 60.53 | - |
| YUV | 125.19 | 173.61 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 206 | 0.08 | 0.63 | 0 | 0.19 | 292.09 | 0.57 | 0.55 |
| Hex | BD | 4D | CE | 8 | 3F | 0 | 13 | 124 | 39 | 37 |
| Octal | 275 | 115 | 316 | 10 | 77 | 0 | 23 | 444 | 71 | 67 |
| Binary | 10111101 | 1001101 | 11001110 | 1000 | 111111 | 0 | 10011 | 100100100 | 111001 | 110111 |
Color Harmonies of #BD4DCE
Complementary color
Monochromatic Colors of #BD4DCE
Black with #BD4DCE
Text Example
Text Example
White with #BD4DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DCE; }
p { color: rgb(189,77,206); }
H1.HeaderClassName
{
color: #BD4DCE;
}
.AnyTagClassName
{
color: #BD4DCE;
}
</style>
background-color css
<style>
a { background-color: #BD4DCE; }
a { background-color: rgb(189,77,206); }
div.DivClassName
{
background-color: #BD4DCE;
}
.BgClassName
{
background-color: #BD4DCE;
}
</style>
border-color css
<style>
span { border-color: #BD4DCE; }
span { border-color: rgb(189,77,206); }
td.TdClassName
{
border-color: #BD4DCE;
}
.TagClassName
{
border-color: #BD4DCE;
}
</style>