Shades of Medium Orchid #BD55CE
Tints of Medium Orchid #BD55CE
RGB
CMYK
RGB Variations
Color information
#BD55CE (or 0xBD55CE) is known color: Medium Orchid. HEX triplet: BD, 55 and CE. RGB value is (189,85,206). Sum of RGB (Red+Green+Blue) = 189+85+206=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD55CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD55CE is #42AA31. Grayscale: #818181. Windows color (decimal): -4368946 or 13522365. OLE color: 13522365.
HSL color Cylindrical-coordinate representation of color #BD55CE: hue angle of 291.57º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD55CE is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 85 | 206 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.19 |
| HSL | 291.57º | 0.55% | 0.57% | - |
| HSV(B) | 291.57º | 0.59% | 0.81% | - |
| XYZ | 35.38 | 21.77 | 60.73 | - |
| YUV | 129.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 206 | 0.08 | 0.59 | 0 | 0.19 | 291.57 | 0.55 | 0.57 |
| Hex | BD | 55 | CE | 8 | 3B | 0 | 13 | 124 | 37 | 39 |
| Octal | 275 | 125 | 316 | 10 | 73 | 0 | 23 | 444 | 67 | 71 |
| Binary | 10111101 | 1010101 | 11001110 | 1000 | 111011 | 0 | 10011 | 100100100 | 110111 | 111001 |
Color Harmonies of #BD55CE
Complementary color
Monochromatic Colors of #BD55CE
Black with #BD55CE
Text Example
Text Example
White with #BD55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55CE; }
p { color: rgb(189,85,206); }
H1.HeaderClassName
{
color: #BD55CE;
}
.AnyTagClassName
{
color: #BD55CE;
}
</style>
background-color css
<style>
a { background-color: #BD55CE; }
a { background-color: rgb(189,85,206); }
div.DivClassName
{
background-color: #BD55CE;
}
.BgClassName
{
background-color: #BD55CE;
}
</style>
border-color css
<style>
span { border-color: #BD55CE; }
span { border-color: rgb(189,85,206); }
td.TdClassName
{
border-color: #BD55CE;
}
.TagClassName
{
border-color: #BD55CE;
}
</style>