Shades of Medium Orchid #BD4ACB
Tints of Medium Orchid #BD4ACB
RGB
CMYK
RGB Variations
Color information
#BD4ACB (or 0xBD4ACB) is known color: Medium Orchid. HEX triplet: BD, 4A and CB. RGB value is (189,74,203). Sum of RGB (Red+Green+Blue) = 189+74+203=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD4ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4ACB is #42B534. Grayscale: #7A7A7A. Windows color (decimal): -4371765 or 13322941. OLE color: 13322941.
HSL color Cylindrical-coordinate representation of color #BD4ACB: hue angle of 293.49º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4ACB is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 74 | 203 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.20 |
| HSL | 293.49º | 0.55% | 0.54% | - |
| HSV(B) | 293.49º | 0.64% | 0.8% | - |
| XYZ | 34.21 | 20.03 | 58.56 | - |
| YUV | 123.09 | 173.1 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 203 | 0.07 | 0.64 | 0 | 0.20 | 293.49 | 0.55 | 0.54 |
| Hex | BD | 4A | CB | 7 | 40 | 0 | 14 | 125 | 37 | 36 |
| Octal | 275 | 112 | 313 | 7 | 100 | 0 | 24 | 445 | 67 | 66 |
| Binary | 10111101 | 1001010 | 11001011 | 111 | 1000000 | 0 | 10100 | 100100101 | 110111 | 110110 |
Color Harmonies of #BD4ACB
Complementary color
Monochromatic Colors of #BD4ACB
Black with #BD4ACB
Text Example
Text Example
White with #BD4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4ACB; }
p { color: rgb(189,74,203); }
H1.HeaderClassName
{
color: #BD4ACB;
}
.AnyTagClassName
{
color: #BD4ACB;
}
</style>
background-color css
<style>
a { background-color: #BD4ACB; }
a { background-color: rgb(189,74,203); }
div.DivClassName
{
background-color: #BD4ACB;
}
.BgClassName
{
background-color: #BD4ACB;
}
</style>
border-color css
<style>
span { border-color: #BD4ACB; }
span { border-color: rgb(189,74,203); }
td.TdClassName
{
border-color: #BD4ACB;
}
.TagClassName
{
border-color: #BD4ACB;
}
</style>