Shades of Medium Orchid #BD4DCB
Tints of Medium Orchid #BD4DCB
RGB
CMYK
RGB Variations
Color information
#BD4DCB (or 0xBD4DCB) is known color: Medium Orchid. HEX triplet: BD, 4D and CB. RGB value is (189,77,203). Sum of RGB (Red+Green+Blue) = 189+77+203=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD4DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DCB is #42B234. Grayscale: #7C7C7C. Windows color (decimal): -4370997 or 13323709. OLE color: 13323709.
HSL color Cylindrical-coordinate representation of color #BD4DCB: hue angle of 293.33º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4DCB is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 77 | 203 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.20 |
| HSL | 293.33º | 0.55% | 0.55% | - |
| HSV(B) | 293.33º | 0.62% | 0.8% | - |
| XYZ | 34.42 | 20.44 | 58.63 | - |
| YUV | 124.85 | 172.11 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 203 | 0.07 | 0.62 | 0 | 0.20 | 293.33 | 0.55 | 0.55 |
| Hex | BD | 4D | CB | 7 | 3E | 0 | 14 | 125 | 37 | 37 |
| Octal | 275 | 115 | 313 | 7 | 76 | 0 | 24 | 445 | 67 | 67 |
| Binary | 10111101 | 1001101 | 11001011 | 111 | 111110 | 0 | 10100 | 100100101 | 110111 | 110111 |
Color Harmonies of #BD4DCB
Complementary color
Monochromatic Colors of #BD4DCB
Black with #BD4DCB
Text Example
Text Example
White with #BD4DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DCB; }
p { color: rgb(189,77,203); }
H1.HeaderClassName
{
color: #BD4DCB;
}
.AnyTagClassName
{
color: #BD4DCB;
}
</style>
background-color css
<style>
a { background-color: #BD4DCB; }
a { background-color: rgb(189,77,203); }
div.DivClassName
{
background-color: #BD4DCB;
}
.BgClassName
{
background-color: #BD4DCB;
}
</style>
border-color css
<style>
span { border-color: #BD4DCB; }
span { border-color: rgb(189,77,203); }
td.TdClassName
{
border-color: #BD4DCB;
}
.TagClassName
{
border-color: #BD4DCB;
}
</style>