Shades of Medium Orchid #BC34D6
Tints of Medium Orchid #BC34D6
RGB
CMYK
RGB Variations
Color information
#BC34D6 (or 0xBC34D6) is known color: Medium Orchid. HEX triplet: BC, 34 and D6. RGB value is (188,52,214). Sum of RGB (Red+Green+Blue) = 188+52+214=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC34D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34D6 is #43CB29. Grayscale: #6E6E6E. Windows color (decimal): -4442922 or 14038204. OLE color: 14038204.
HSL color Cylindrical-coordinate representation of color #BC34D6: hue angle of 290.37º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC34D6 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 52 | 214 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.16 |
| HSL | 290.37º | 0.66% | 0.52% | - |
| HSV(B) | 290.37º | 0.76% | 0.84% | - |
| XYZ | 34.1 | 18 | 65.3 | - |
| YUV | 111.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 214 | 0.12 | 0.76 | 0 | 0.16 | 290.37 | 0.66 | 0.52 |
| Hex | BC | 34 | D6 | C | 4C | 0 | 10 | 122 | 42 | 34 |
| Octal | 274 | 64 | 326 | 14 | 114 | 0 | 20 | 442 | 102 | 64 |
| Binary | 10111100 | 110100 | 11010110 | 1100 | 1001100 | 0 | 10000 | 100100010 | 1000010 | 110100 |
Color Harmonies of #BC34D6
Complementary color
Monochromatic Colors of #BC34D6
Black with #BC34D6
Text Example
Text Example
White with #BC34D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34D6; }
p { color: rgb(188,52,214); }
H1.HeaderClassName
{
color: #BC34D6;
}
.AnyTagClassName
{
color: #BC34D6;
}
</style>
background-color css
<style>
a { background-color: #BC34D6; }
a { background-color: rgb(188,52,214); }
div.DivClassName
{
background-color: #BC34D6;
}
.BgClassName
{
background-color: #BC34D6;
}
</style>
border-color css
<style>
span { border-color: #BC34D6; }
span { border-color: rgb(188,52,214); }
td.TdClassName
{
border-color: #BC34D6;
}
.TagClassName
{
border-color: #BC34D6;
}
</style>