Shades of Medium Orchid #BC4CCD
Tints of Medium Orchid #BC4CCD
RGB
CMYK
RGB Variations
Color information
#BC4CCD (or 0xBC4CCD) is known color: Medium Orchid. HEX triplet: BC, 4C and CD. RGB value is (188,76,205). Sum of RGB (Red+Green+Blue) = 188+76+205=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC4CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CCD is #43B332. Grayscale: #7B7B7B. Windows color (decimal): -4436787 or 13454524. OLE color: 13454524.
HSL color Cylindrical-coordinate representation of color #BC4CCD: hue angle of 292.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4CCD is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 76 | 205 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.20 |
| HSL | 292.09º | 0.56% | 0.55% | - |
| HSV(B) | 292.09º | 0.63% | 0.8% | - |
| XYZ | 34.34 | 20.27 | 59.86 | - |
| YUV | 124.19 | 173.61 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 205 | 0.08 | 0.63 | 0 | 0.20 | 292.09 | 0.56 | 0.55 |
| Hex | BC | 4C | CD | 8 | 3F | 0 | 14 | 124 | 38 | 37 |
| Octal | 274 | 114 | 315 | 10 | 77 | 0 | 24 | 444 | 70 | 67 |
| Binary | 10111100 | 1001100 | 11001101 | 1000 | 111111 | 0 | 10100 | 100100100 | 111000 | 110111 |
Color Harmonies of #BC4CCD
Complementary color
Monochromatic Colors of #BC4CCD
Black with #BC4CCD
Text Example
Text Example
White with #BC4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CCD; }
p { color: rgb(188,76,205); }
H1.HeaderClassName
{
color: #BC4CCD;
}
.AnyTagClassName
{
color: #BC4CCD;
}
</style>
background-color css
<style>
a { background-color: #BC4CCD; }
a { background-color: rgb(188,76,205); }
div.DivClassName
{
background-color: #BC4CCD;
}
.BgClassName
{
background-color: #BC4CCD;
}
</style>
border-color css
<style>
span { border-color: #BC4CCD; }
span { border-color: rgb(188,76,205); }
td.TdClassName
{
border-color: #BC4CCD;
}
.TagClassName
{
border-color: #BC4CCD;
}
</style>