Shades of Medium Orchid #BD5ACB
Tints of Medium Orchid #BD5ACB
RGB
CMYK
RGB Variations
Color information
#BD5ACB (or 0xBD5ACB) is known color: Medium Orchid. HEX triplet: BD, 5A and CB. RGB value is (189,90,203). Sum of RGB (Red+Green+Blue) = 189+90+203=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD5ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5ACB is #42A534. Grayscale: #848484. Windows color (decimal): -4367669 or 13327037. OLE color: 13327037.
HSL color Cylindrical-coordinate representation of color #BD5ACB: hue angle of 292.57º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5ACB is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 90 | 203 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.20 |
| HSL | 292.57º | 0.52% | 0.57% | - |
| HSV(B) | 292.57º | 0.56% | 0.8% | - |
| XYZ | 35.42 | 22.44 | 58.96 | - |
| YUV | 132.48 | 167.8 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 203 | 0.07 | 0.56 | 0 | 0.20 | 292.57 | 0.52 | 0.57 |
| Hex | BD | 5A | CB | 7 | 38 | 0 | 14 | 125 | 34 | 39 |
| Octal | 275 | 132 | 313 | 7 | 70 | 0 | 24 | 445 | 64 | 71 |
| Binary | 10111101 | 1011010 | 11001011 | 111 | 111000 | 0 | 10100 | 100100101 | 110100 | 111001 |
Color Harmonies of #BD5ACB
Complementary color
Monochromatic Colors of #BD5ACB
Black with #BD5ACB
Text Example
Text Example
White with #BD5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5ACB; }
p { color: rgb(189,90,203); }
H1.HeaderClassName
{
color: #BD5ACB;
}
.AnyTagClassName
{
color: #BD5ACB;
}
</style>
background-color css
<style>
a { background-color: #BD5ACB; }
a { background-color: rgb(189,90,203); }
div.DivClassName
{
background-color: #BD5ACB;
}
.BgClassName
{
background-color: #BD5ACB;
}
</style>
border-color css
<style>
span { border-color: #BD5ACB; }
span { border-color: rgb(189,90,203); }
td.TdClassName
{
border-color: #BD5ACB;
}
.TagClassName
{
border-color: #BD5ACB;
}
</style>