Shades of Medium Orchid #BD53CF
Tints of Medium Orchid #BD53CF
RGB
CMYK
RGB Variations
Color information
#BD53CF (or 0xBD53CF) is known color: Medium Orchid. HEX triplet: BD, 53 and CF. RGB value is (189,83,207). Sum of RGB (Red+Green+Blue) = 189+83+207=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD53CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD53CF is #42AC30. Grayscale: #808080. Windows color (decimal): -4369457 or 13587389. OLE color: 13587389.
HSL color Cylindrical-coordinate representation of color #BD53CF: hue angle of 291.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD53CF is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 83 | 207 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.19 |
| HSL | 291.29º | 0.56% | 0.57% | - |
| HSV(B) | 291.29º | 0.6% | 0.81% | - |
| XYZ | 35.34 | 21.51 | 61.32 | - |
| YUV | 128.83 | 172.12 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 207 | 0.09 | 0.60 | 0 | 0.19 | 291.29 | 0.56 | 0.57 |
| Hex | BD | 53 | CF | 9 | 3C | 0 | 13 | 123 | 38 | 39 |
| Octal | 275 | 123 | 317 | 11 | 74 | 0 | 23 | 443 | 70 | 71 |
| Binary | 10111101 | 1010011 | 11001111 | 1001 | 111100 | 0 | 10011 | 100100011 | 111000 | 111001 |
Color Harmonies of #BD53CF
Complementary color
Monochromatic Colors of #BD53CF
Black with #BD53CF
Text Example
Text Example
White with #BD53CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD53CF; }
p { color: rgb(189,83,207); }
H1.HeaderClassName
{
color: #BD53CF;
}
.AnyTagClassName
{
color: #BD53CF;
}
</style>
background-color css
<style>
a { background-color: #BD53CF; }
a { background-color: rgb(189,83,207); }
div.DivClassName
{
background-color: #BD53CF;
}
.BgClassName
{
background-color: #BD53CF;
}
</style>
border-color css
<style>
span { border-color: #BD53CF; }
span { border-color: rgb(189,83,207); }
td.TdClassName
{
border-color: #BD53CF;
}
.TagClassName
{
border-color: #BD53CF;
}
</style>