Shades of Medium Orchid #BC4BDC
Tints of Medium Orchid #BC4BDC
RGB
CMYK
RGB Variations
Color information
#BC4BDC (or 0xBC4BDC) is known color: Medium Orchid. HEX triplet: BC, 4B and DC. RGB value is (188,75,220). Sum of RGB (Red+Green+Blue) = 188+75+220=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC4BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4BDC is #43B423. Grayscale: #7C7C7C. Windows color (decimal): -4437028 or 14437308. OLE color: 14437308.
HSL color Cylindrical-coordinate representation of color #BC4BDC: hue angle of 286.76º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4BDC is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 75 | 220 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.14 |
| HSL | 286.76º | 0.67% | 0.58% | - |
| HSV(B) | 286.76º | 0.66% | 0.86% | - |
| XYZ | 36.17 | 20.89 | 69.84 | - |
| YUV | 125.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 220 | 0.15 | 0.66 | 0 | 0.14 | 286.76 | 0.67 | 0.58 |
| Hex | BC | 4B | DC | F | 42 | 0 | E | 11F | 43 | 3A |
| Octal | 274 | 113 | 334 | 17 | 102 | 0 | 16 | 437 | 103 | 72 |
| Binary | 10111100 | 1001011 | 11011100 | 1111 | 1000010 | 0 | 1110 | 100011111 | 1000011 | 111010 |
Color Harmonies of #BC4BDC
Complementary color
Monochromatic Colors of #BC4BDC
Black with #BC4BDC
Text Example
Text Example
White with #BC4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4BDC; }
p { color: rgb(188,75,220); }
H1.HeaderClassName
{
color: #BC4BDC;
}
.AnyTagClassName
{
color: #BC4BDC;
}
</style>
background-color css
<style>
a { background-color: #BC4BDC; }
a { background-color: rgb(188,75,220); }
div.DivClassName
{
background-color: #BC4BDC;
}
.BgClassName
{
background-color: #BC4BDC;
}
</style>
border-color css
<style>
span { border-color: #BC4BDC; }
span { border-color: rgb(188,75,220); }
td.TdClassName
{
border-color: #BC4BDC;
}
.TagClassName
{
border-color: #BC4BDC;
}
</style>