Shades of Medium Orchid #BC32DA
Tints of Medium Orchid #BC32DA
RGB
CMYK
RGB Variations
Color information
#BC32DA (or 0xBC32DA) is known color: Medium Orchid. HEX triplet: BC, 32 and DA. RGB value is (188,50,218). Sum of RGB (Red+Green+Blue) = 188+50+218=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC32DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32DA is #43CD25. Grayscale: #6D6D6D. Windows color (decimal): -4443430 or 14299836. OLE color: 14299836.
HSL color Cylindrical-coordinate representation of color #BC32DA: hue angle of 289.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC32DA is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 50 | 218 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.15 |
| HSL | 289.29º | 0.69% | 0.53% | - |
| HSV(B) | 289.29º | 0.77% | 0.85% | - |
| XYZ | 34.53 | 18.03 | 67.99 | - |
| YUV | 110.41 | 188.72 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 218 | 0.14 | 0.77 | 0 | 0.15 | 289.29 | 0.69 | 0.53 |
| Hex | BC | 32 | DA | E | 4D | 0 | F | 121 | 45 | 35 |
| Octal | 274 | 62 | 332 | 16 | 115 | 0 | 17 | 441 | 105 | 65 |
| Binary | 10111100 | 110010 | 11011010 | 1110 | 1001101 | 0 | 1111 | 100100001 | 1000101 | 110101 |
Color Harmonies of #BC32DA
Complementary color
Monochromatic Colors of #BC32DA
Black with #BC32DA
Text Example
Text Example
White with #BC32DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32DA; }
p { color: rgb(188,50,218); }
H1.HeaderClassName
{
color: #BC32DA;
}
.AnyTagClassName
{
color: #BC32DA;
}
</style>
background-color css
<style>
a { background-color: #BC32DA; }
a { background-color: rgb(188,50,218); }
div.DivClassName
{
background-color: #BC32DA;
}
.BgClassName
{
background-color: #BC32DA;
}
</style>
border-color css
<style>
span { border-color: #BC32DA; }
span { border-color: rgb(188,50,218); }
td.TdClassName
{
border-color: #BC32DA;
}
.TagClassName
{
border-color: #BC32DA;
}
</style>