Shades of Medium Orchid #BD37CF
Tints of Medium Orchid #BD37CF
RGB
CMYK
RGB Variations
Color information
#BD37CF (or 0xBD37CF) is known color: Medium Orchid. HEX triplet: BD, 37 and CF. RGB value is (189,55,207). Sum of RGB (Red+Green+Blue) = 189+55+207=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 55 (21.88% from 255 or 12.20% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD37CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD37CF is #42C830. Grayscale: #6F6F6F. Windows color (decimal): -4376625 or 13580221. OLE color: 13580221.
HSL color Cylindrical-coordinate representation of color #BD37CF: hue angle of 292.89º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD37CF is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 55 | 207 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.19 |
| HSL | 292.89º | 0.61% | 0.51% | - |
| HSV(B) | 292.89º | 0.73% | 0.81% | - |
| XYZ | 33.61 | 18.06 | 60.74 | - |
| YUV | 112.39 | 181.39 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 207 | 0.09 | 0.73 | 0 | 0.19 | 292.89 | 0.61 | 0.51 |
| Hex | BD | 37 | CF | 9 | 49 | 0 | 13 | 125 | 3D | 33 |
| Octal | 275 | 67 | 317 | 11 | 111 | 0 | 23 | 445 | 75 | 63 |
| Binary | 10111101 | 110111 | 11001111 | 1001 | 1001001 | 0 | 10011 | 100100101 | 111101 | 110011 |
Color Harmonies of #BD37CF
Complementary color
Monochromatic Colors of #BD37CF
Black with #BD37CF
Text Example
Text Example
White with #BD37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD37CF; }
p { color: rgb(189,55,207); }
H1.HeaderClassName
{
color: #BD37CF;
}
.AnyTagClassName
{
color: #BD37CF;
}
</style>
background-color css
<style>
a { background-color: #BD37CF; }
a { background-color: rgb(189,55,207); }
div.DivClassName
{
background-color: #BD37CF;
}
.BgClassName
{
background-color: #BD37CF;
}
</style>
border-color css
<style>
span { border-color: #BD37CF; }
span { border-color: rgb(189,55,207); }
td.TdClassName
{
border-color: #BD37CF;
}
.TagClassName
{
border-color: #BD37CF;
}
</style>