Shades of Medium Orchid #BC38DA
Tints of Medium Orchid #BC38DA
RGB
CMYK
RGB Variations
Color information
#BC38DA (or 0xBC38DA) is known color: Medium Orchid. HEX triplet: BC, 38 and DA. RGB value is (188,56,218). Sum of RGB (Red+Green+Blue) = 188+56+218=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC38DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38DA is #43C725. Grayscale: #717171. Windows color (decimal): -4441894 or 14301372. OLE color: 14301372.
HSL color Cylindrical-coordinate representation of color #BC38DA: hue angle of 288.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC38DA is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 56 | 218 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.15 |
| HSL | 288.89º | 0.69% | 0.54% | - |
| HSV(B) | 288.89º | 0.74% | 0.85% | - |
| XYZ | 34.81 | 18.58 | 68.08 | - |
| YUV | 113.94 | 186.73 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 218 | 0.14 | 0.74 | 0 | 0.15 | 288.89 | 0.69 | 0.54 |
| Hex | BC | 38 | DA | E | 4A | 0 | F | 121 | 45 | 36 |
| Octal | 274 | 70 | 332 | 16 | 112 | 0 | 17 | 441 | 105 | 66 |
| Binary | 10111100 | 111000 | 11011010 | 1110 | 1001010 | 0 | 1111 | 100100001 | 1000101 | 110110 |
Color Harmonies of #BC38DA
Complementary color
Monochromatic Colors of #BC38DA
Black with #BC38DA
Text Example
Text Example
White with #BC38DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC38DA; }
p { color: rgb(188,56,218); }
H1.HeaderClassName
{
color: #BC38DA;
}
.AnyTagClassName
{
color: #BC38DA;
}
</style>
background-color css
<style>
a { background-color: #BC38DA; }
a { background-color: rgb(188,56,218); }
div.DivClassName
{
background-color: #BC38DA;
}
.BgClassName
{
background-color: #BC38DA;
}
</style>
border-color css
<style>
span { border-color: #BC38DA; }
span { border-color: rgb(188,56,218); }
td.TdClassName
{
border-color: #BC38DA;
}
.TagClassName
{
border-color: #BC38DA;
}
</style>