Shades of Medium Orchid #BC34DC
Tints of Medium Orchid #BC34DC
RGB
CMYK
RGB Variations
Color information
#BC34DC (or 0xBC34DC) is known color: Medium Orchid. HEX triplet: BC, 34 and DC. RGB value is (188,52,220). Sum of RGB (Red+Green+Blue) = 188+52+220=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC34DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34DC is #43CB23. Grayscale: #6F6F6F. Windows color (decimal): -4442916 or 14431420. OLE color: 14431420.
HSL color Cylindrical-coordinate representation of color #BC34DC: hue angle of 288.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC34DC is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 52 | 220 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.14 |
| HSL | 288.57º | 0.71% | 0.53% | - |
| HSV(B) | 288.57º | 0.76% | 0.86% | - |
| XYZ | 34.89 | 18.31 | 69.41 | - |
| YUV | 111.82 | 189.06 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 220 | 0.15 | 0.76 | 0 | 0.14 | 288.57 | 0.71 | 0.53 |
| Hex | BC | 34 | DC | F | 4C | 0 | E | 121 | 47 | 35 |
| Octal | 274 | 64 | 334 | 17 | 114 | 0 | 16 | 441 | 107 | 65 |
| Binary | 10111100 | 110100 | 11011100 | 1111 | 1001100 | 0 | 1110 | 100100001 | 1000111 | 110101 |
Color Harmonies of #BC34DC
Complementary color
Monochromatic Colors of #BC34DC
Black with #BC34DC
Text Example
Text Example
White with #BC34DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34DC; }
p { color: rgb(188,52,220); }
H1.HeaderClassName
{
color: #BC34DC;
}
.AnyTagClassName
{
color: #BC34DC;
}
</style>
background-color css
<style>
a { background-color: #BC34DC; }
a { background-color: rgb(188,52,220); }
div.DivClassName
{
background-color: #BC34DC;
}
.BgClassName
{
background-color: #BC34DC;
}
</style>
border-color css
<style>
span { border-color: #BC34DC; }
span { border-color: rgb(188,52,220); }
td.TdClassName
{
border-color: #BC34DC;
}
.TagClassName
{
border-color: #BC34DC;
}
</style>