Shades of Medium Orchid #BC34DD
Tints of Medium Orchid #BC34DD
RGB
CMYK
RGB Variations
Color information
#BC34DD (or 0xBC34DD) is known color: Medium Orchid. HEX triplet: BC, 34 and DD. RGB value is (188,52,221). Sum of RGB (Red+Green+Blue) = 188+52+221=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC34DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34DD is #43CB22. Grayscale: #6F6F6F. Windows color (decimal): -4442915 or 14496956. OLE color: 14496956.
HSL color Cylindrical-coordinate representation of color #BC34DD: hue angle of 288.28º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC34DD is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 52 | 221 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.13 |
| HSL | 288.28º | 0.71% | 0.54% | - |
| HSV(B) | 288.28º | 0.76% | 0.87% | - |
| XYZ | 35.02 | 18.37 | 70.11 | - |
| YUV | 111.93 | 189.56 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 221 | 0.15 | 0.76 | 0 | 0.13 | 288.28 | 0.71 | 0.54 |
| Hex | BC | 34 | DD | F | 4C | 0 | D | 120 | 47 | 36 |
| Octal | 274 | 64 | 335 | 17 | 114 | 0 | 15 | 440 | 107 | 66 |
| Binary | 10111100 | 110100 | 11011101 | 1111 | 1001100 | 0 | 1101 | 100100000 | 1000111 | 110110 |
Color Harmonies of #BC34DD
Complementary color
Monochromatic Colors of #BC34DD
Black with #BC34DD
Text Example
Text Example
White with #BC34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34DD; }
p { color: rgb(188,52,221); }
H1.HeaderClassName
{
color: #BC34DD;
}
.AnyTagClassName
{
color: #BC34DD;
}
</style>
background-color css
<style>
a { background-color: #BC34DD; }
a { background-color: rgb(188,52,221); }
div.DivClassName
{
background-color: #BC34DD;
}
.BgClassName
{
background-color: #BC34DD;
}
</style>
border-color css
<style>
span { border-color: #BC34DD; }
span { border-color: rgb(188,52,221); }
td.TdClassName
{
border-color: #BC34DD;
}
.TagClassName
{
border-color: #BC34DD;
}
</style>