Shades of Medium Orchid #BD4ECB
Tints of Medium Orchid #BD4ECB
RGB
CMYK
RGB Variations
Color information
#BD4ECB (or 0xBD4ECB) is known color: Medium Orchid. HEX triplet: BD, 4E and CB. RGB value is (189,78,203). Sum of RGB (Red+Green+Blue) = 189+78+203=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD4ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4ECB is #42B134. Grayscale: #7D7D7D. Windows color (decimal): -4370741 or 13323965. OLE color: 13323965.
HSL color Cylindrical-coordinate representation of color #BD4ECB: hue angle of 293.28º 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 #BD4ECB is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 78 | 203 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.20 |
| HSL | 293.28º | 0.55% | 0.55% | - |
| HSV(B) | 293.28º | 0.62% | 0.8% | - |
| XYZ | 34.49 | 20.58 | 58.65 | - |
| YUV | 125.44 | 171.77 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 203 | 0.07 | 0.62 | 0 | 0.20 | 293.28 | 0.55 | 0.55 |
| Hex | BD | 4E | CB | 7 | 3E | 0 | 14 | 125 | 37 | 37 |
| Octal | 275 | 116 | 313 | 7 | 76 | 0 | 24 | 445 | 67 | 67 |
| Binary | 10111101 | 1001110 | 11001011 | 111 | 111110 | 0 | 10100 | 100100101 | 110111 | 110111 |
Color Harmonies of #BD4ECB
Complementary color
Monochromatic Colors of #BD4ECB
Black with #BD4ECB
Text Example
Text Example
White with #BD4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4ECB; }
p { color: rgb(189,78,203); }
H1.HeaderClassName
{
color: #BD4ECB;
}
.AnyTagClassName
{
color: #BD4ECB;
}
</style>
background-color css
<style>
a { background-color: #BD4ECB; }
a { background-color: rgb(189,78,203); }
div.DivClassName
{
background-color: #BD4ECB;
}
.BgClassName
{
background-color: #BD4ECB;
}
</style>
border-color css
<style>
span { border-color: #BD4ECB; }
span { border-color: rgb(189,78,203); }
td.TdClassName
{
border-color: #BD4ECB;
}
.TagClassName
{
border-color: #BD4ECB;
}
</style>