Shades of Medium Orchid #BC34D0
Tints of Medium Orchid #BC34D0
RGB
CMYK
RGB Variations
Color information
#BC34D0 (or 0xBC34D0) is known color: Medium Orchid. HEX triplet: BC, 34 and D0. RGB value is (188,52,208). Sum of RGB (Red+Green+Blue) = 188+52+208=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC34D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34D0 is #43CB2F. Grayscale: #6D6D6D. Windows color (decimal): -4442928 or 13644988. OLE color: 13644988.
HSL color Cylindrical-coordinate representation of color #BC34D0: hue angle of 292.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC34D0 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 52 | 208 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.18 |
| HSL | 292.31º | 0.62% | 0.51% | - |
| HSV(B) | 292.31º | 0.75% | 0.82% | - |
| XYZ | 33.35 | 17.7 | 61.33 | - |
| YUV | 110.45 | 183.06 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 208 | 0.10 | 0.75 | 0 | 0.18 | 292.31 | 0.62 | 0.51 |
| Hex | BC | 34 | D0 | A | 4B | 0 | 12 | 124 | 3E | 33 |
| Octal | 274 | 64 | 320 | 12 | 113 | 0 | 22 | 444 | 76 | 63 |
| Binary | 10111100 | 110100 | 11010000 | 1010 | 1001011 | 0 | 10010 | 100100100 | 111110 | 110011 |
Color Harmonies of #BC34D0
Complementary color
Monochromatic Colors of #BC34D0
Black with #BC34D0
Text Example
Text Example
White with #BC34D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34D0; }
p { color: rgb(188,52,208); }
H1.HeaderClassName
{
color: #BC34D0;
}
.AnyTagClassName
{
color: #BC34D0;
}
</style>
background-color css
<style>
a { background-color: #BC34D0; }
a { background-color: rgb(188,52,208); }
div.DivClassName
{
background-color: #BC34D0;
}
.BgClassName
{
background-color: #BC34D0;
}
</style>
border-color css
<style>
span { border-color: #BC34D0; }
span { border-color: rgb(188,52,208); }
td.TdClassName
{
border-color: #BC34D0;
}
.TagClassName
{
border-color: #BC34D0;
}
</style>