Shades of Medium Orchid #BD54CE
Tints of Medium Orchid #BD54CE
RGB
CMYK
RGB Variations
Color information
#BD54CE (or 0xBD54CE) is known color: Medium Orchid. HEX triplet: BD, 54 and CE. RGB value is (189,84,206). Sum of RGB (Red+Green+Blue) = 189+84+206=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD54CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54CE is #42AB31. Grayscale: #808080. Windows color (decimal): -4369202 or 13522109. OLE color: 13522109.
HSL color Cylindrical-coordinate representation of color #BD54CE: hue angle of 291.64º 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 #BD54CE is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 84 | 206 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.19 |
| HSL | 291.64º | 0.55% | 0.57% | - |
| HSV(B) | 291.64º | 0.59% | 0.81% | - |
| XYZ | 35.3 | 21.62 | 60.7 | - |
| YUV | 129.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 206 | 0.08 | 0.59 | 0 | 0.19 | 291.64 | 0.55 | 0.57 |
| Hex | BD | 54 | CE | 8 | 3B | 0 | 13 | 124 | 37 | 39 |
| Octal | 275 | 124 | 316 | 10 | 73 | 0 | 23 | 444 | 67 | 71 |
| Binary | 10111101 | 1010100 | 11001110 | 1000 | 111011 | 0 | 10011 | 100100100 | 110111 | 111001 |
Color Harmonies of #BD54CE
Complementary color
Monochromatic Colors of #BD54CE
Black with #BD54CE
Text Example
Text Example
White with #BD54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD54CE; }
p { color: rgb(189,84,206); }
H1.HeaderClassName
{
color: #BD54CE;
}
.AnyTagClassName
{
color: #BD54CE;
}
</style>
background-color css
<style>
a { background-color: #BD54CE; }
a { background-color: rgb(189,84,206); }
div.DivClassName
{
background-color: #BD54CE;
}
.BgClassName
{
background-color: #BD54CE;
}
</style>
border-color css
<style>
span { border-color: #BD54CE; }
span { border-color: rgb(189,84,206); }
td.TdClassName
{
border-color: #BD54CE;
}
.TagClassName
{
border-color: #BD54CE;
}
</style>