Shades of Medium Orchid #BC37DA
Tints of Medium Orchid #BC37DA
RGB
CMYK
RGB Variations
Color information
#BC37DA (or 0xBC37DA) is known color: Medium Orchid. HEX triplet: BC, 37 and DA. RGB value is (188,55,218). Sum of RGB (Red+Green+Blue) = 188+55+218=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC37DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37DA is #43C825. Grayscale: #707070. Windows color (decimal): -4442150 or 14301116. OLE color: 14301116.
HSL color Cylindrical-coordinate representation of color #BC37DA: hue angle of 288.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC37DA is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 55 | 218 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.15 |
| HSL | 288.96º | 0.69% | 0.54% | - |
| HSV(B) | 288.96º | 0.75% | 0.85% | - |
| XYZ | 34.76 | 18.49 | 68.07 | - |
| YUV | 113.35 | 187.06 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 218 | 0.14 | 0.75 | 0 | 0.15 | 288.96 | 0.69 | 0.54 |
| Hex | BC | 37 | DA | E | 4B | 0 | F | 121 | 45 | 36 |
| Octal | 274 | 67 | 332 | 16 | 113 | 0 | 17 | 441 | 105 | 66 |
| Binary | 10111100 | 110111 | 11011010 | 1110 | 1001011 | 0 | 1111 | 100100001 | 1000101 | 110110 |
Color Harmonies of #BC37DA
Complementary color
Monochromatic Colors of #BC37DA
Black with #BC37DA
Text Example
Text Example
White with #BC37DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37DA; }
p { color: rgb(188,55,218); }
H1.HeaderClassName
{
color: #BC37DA;
}
.AnyTagClassName
{
color: #BC37DA;
}
</style>
background-color css
<style>
a { background-color: #BC37DA; }
a { background-color: rgb(188,55,218); }
div.DivClassName
{
background-color: #BC37DA;
}
.BgClassName
{
background-color: #BC37DA;
}
</style>
border-color css
<style>
span { border-color: #BC37DA; }
span { border-color: rgb(188,55,218); }
td.TdClassName
{
border-color: #BC37DA;
}
.TagClassName
{
border-color: #BC37DA;
}
</style>