Shades of Medium Orchid #BC4ACE
Tints of Medium Orchid #BC4ACE
RGB
CMYK
RGB Variations
Color information
#BC4ACE (or 0xBC4ACE) is known color: Medium Orchid. HEX triplet: BC, 4A and CE. RGB value is (188,74,206). Sum of RGB (Red+Green+Blue) = 188+74+206=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC4ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4ACE is #43B531. Grayscale: #7A7A7A. Windows color (decimal): -4437298 or 13519548. OLE color: 13519548.
HSL color Cylindrical-coordinate representation of color #BC4ACE: hue angle of 291.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4ACE is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 74 | 206 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.19 |
| HSL | 291.82º | 0.57% | 0.55% | - |
| HSV(B) | 291.82º | 0.64% | 0.81% | - |
| XYZ | 34.33 | 20.05 | 60.45 | - |
| YUV | 123.13 | 174.77 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 206 | 0.09 | 0.64 | 0 | 0.19 | 291.82 | 0.57 | 0.55 |
| Hex | BC | 4A | CE | 9 | 40 | 0 | 13 | 124 | 39 | 37 |
| Octal | 274 | 112 | 316 | 11 | 100 | 0 | 23 | 444 | 71 | 67 |
| Binary | 10111100 | 1001010 | 11001110 | 1001 | 1000000 | 0 | 10011 | 100100100 | 111001 | 110111 |
Color Harmonies of #BC4ACE
Complementary color
Monochromatic Colors of #BC4ACE
Black with #BC4ACE
Text Example
Text Example
White with #BC4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4ACE; }
p { color: rgb(188,74,206); }
H1.HeaderClassName
{
color: #BC4ACE;
}
.AnyTagClassName
{
color: #BC4ACE;
}
</style>
background-color css
<style>
a { background-color: #BC4ACE; }
a { background-color: rgb(188,74,206); }
div.DivClassName
{
background-color: #BC4ACE;
}
.BgClassName
{
background-color: #BC4ACE;
}
</style>
border-color css
<style>
span { border-color: #BC4ACE; }
span { border-color: rgb(188,74,206); }
td.TdClassName
{
border-color: #BC4ACE;
}
.TagClassName
{
border-color: #BC4ACE;
}
</style>