Shades of Medium Orchid #BD4BCB
Tints of Medium Orchid #BD4BCB
RGB
CMYK
RGB Variations
Color information
#BD4BCB (or 0xBD4BCB) is known color: Medium Orchid. HEX triplet: BD, 4B and CB. RGB value is (189,75,203). Sum of RGB (Red+Green+Blue) = 189+75+203=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD4BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4BCB is #42B434. Grayscale: #7B7B7B. Windows color (decimal): -4371509 or 13323197. OLE color: 13323197.
HSL color Cylindrical-coordinate representation of color #BD4BCB: hue angle of 293.44º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4BCB is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 75 | 203 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.20 |
| HSL | 293.44º | 0.55% | 0.55% | - |
| HSV(B) | 293.44º | 0.63% | 0.8% | - |
| XYZ | 34.28 | 20.16 | 58.58 | - |
| YUV | 123.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 203 | 0.07 | 0.63 | 0 | 0.20 | 293.44 | 0.55 | 0.55 |
| Hex | BD | 4B | CB | 7 | 3F | 0 | 14 | 125 | 37 | 37 |
| Octal | 275 | 113 | 313 | 7 | 77 | 0 | 24 | 445 | 67 | 67 |
| Binary | 10111101 | 1001011 | 11001011 | 111 | 111111 | 0 | 10100 | 100100101 | 110111 | 110111 |
Color Harmonies of #BD4BCB
Complementary color
Monochromatic Colors of #BD4BCB
Black with #BD4BCB
Text Example
Text Example
White with #BD4BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4BCB; }
p { color: rgb(189,75,203); }
H1.HeaderClassName
{
color: #BD4BCB;
}
.AnyTagClassName
{
color: #BD4BCB;
}
</style>
background-color css
<style>
a { background-color: #BD4BCB; }
a { background-color: rgb(189,75,203); }
div.DivClassName
{
background-color: #BD4BCB;
}
.BgClassName
{
background-color: #BD4BCB;
}
</style>
border-color css
<style>
span { border-color: #BD4BCB; }
span { border-color: rgb(189,75,203); }
td.TdClassName
{
border-color: #BD4BCB;
}
.TagClassName
{
border-color: #BD4BCB;
}
</style>