Shades of Medium Orchid #BC76DA
Tints of Medium Orchid #BC76DA
RGB
CMYK
RGB Variations
Color information
#BC76DA (or 0xBC76DA) is known color: Medium Orchid. HEX triplet: BC, 76 and DA. RGB value is (188,118,218). Sum of RGB (Red+Green+Blue) = 188+118+218=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76DA is #438925. Grayscale: #959595. Windows color (decimal): -4426022 or 14317244. OLE color: 14317244.
HSL color Cylindrical-coordinate representation of color #BC76DA: hue angle of 282º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC76DA is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 118 | 218 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.15 |
| HSL | 282º | 0.57% | 0.66% | - |
| HSV(B) | 282º | 0.46% | 0.85% | - |
| XYZ | 39.87 | 28.71 | 69.77 | - |
| YUV | 150.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 218 | 0.14 | 0.46 | 0 | 0.15 | 282 | 0.57 | 0.66 |
| Hex | BC | 76 | DA | E | 2E | 0 | F | 11A | 39 | 42 |
| Octal | 274 | 166 | 332 | 16 | 56 | 0 | 17 | 432 | 71 | 102 |
| Binary | 10111100 | 1110110 | 11011010 | 1110 | 101110 | 0 | 1111 | 100011010 | 111001 | 1000010 |
Color Harmonies of #BC76DA
Complementary color
Monochromatic Colors of #BC76DA
Black with #BC76DA
Text Example
Text Example
White with #BC76DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC76DA; }
p { color: rgb(188,118,218); }
H1.HeaderClassName
{
color: #BC76DA;
}
.AnyTagClassName
{
color: #BC76DA;
}
</style>
background-color css
<style>
a { background-color: #BC76DA; }
a { background-color: rgb(188,118,218); }
div.DivClassName
{
background-color: #BC76DA;
}
.BgClassName
{
background-color: #BC76DA;
}
</style>
border-color css
<style>
span { border-color: #BC76DA; }
span { border-color: rgb(188,118,218); }
td.TdClassName
{
border-color: #BC76DA;
}
.TagClassName
{
border-color: #BC76DA;
}
</style>