Shades of Medium Orchid #BD52CE
Tints of Medium Orchid #BD52CE
RGB
CMYK
RGB Variations
Color information
#BD52CE (or 0xBD52CE) is known color: Medium Orchid. HEX triplet: BD, 52 and CE. RGB value is (189,82,206). Sum of RGB (Red+Green+Blue) = 189+82+206=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD52CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD52CE is #42AD31. Grayscale: #7F7F7F. Windows color (decimal): -4369714 or 13521597. OLE color: 13521597.
HSL color Cylindrical-coordinate representation of color #BD52CE: hue angle of 291.77º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD52CE is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 82 | 206 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.19 |
| HSL | 291.77º | 0.56% | 0.56% | - |
| HSV(B) | 291.77º | 0.6% | 0.81% | - |
| XYZ | 35.14 | 21.31 | 60.65 | - |
| YUV | 128.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 206 | 0.08 | 0.60 | 0 | 0.19 | 291.77 | 0.56 | 0.56 |
| Hex | BD | 52 | CE | 8 | 3C | 0 | 13 | 124 | 38 | 38 |
| Octal | 275 | 122 | 316 | 10 | 74 | 0 | 23 | 444 | 70 | 70 |
| Binary | 10111101 | 1010010 | 11001110 | 1000 | 111100 | 0 | 10011 | 100100100 | 111000 | 111000 |
Color Harmonies of #BD52CE
Complementary color
Monochromatic Colors of #BD52CE
Black with #BD52CE
Text Example
Text Example
White with #BD52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD52CE; }
p { color: rgb(189,82,206); }
H1.HeaderClassName
{
color: #BD52CE;
}
.AnyTagClassName
{
color: #BD52CE;
}
</style>
background-color css
<style>
a { background-color: #BD52CE; }
a { background-color: rgb(189,82,206); }
div.DivClassName
{
background-color: #BD52CE;
}
.BgClassName
{
background-color: #BD52CE;
}
</style>
border-color css
<style>
span { border-color: #BD52CE; }
span { border-color: rgb(189,82,206); }
td.TdClassName
{
border-color: #BD52CE;
}
.TagClassName
{
border-color: #BD52CE;
}
</style>