Shades of Medium Orchid #BC34E6
Tints of Medium Orchid #BC34E6
RGB
CMYK
RGB Variations
Color information
#BC34E6 (or 0xBC34E6) is known color: Medium Orchid. HEX triplet: BC, 34 and E6. RGB value is (188,52,230). Sum of RGB (Red+Green+Blue) = 188+52+230=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC34E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC34E6 is #43CB19. Grayscale: #707070. Windows color (decimal): -4442906 or 15086780. OLE color: 15086780.
HSL color Cylindrical-coordinate representation of color #BC34E6: hue angle of 285.84º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC34E6 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 52 | 230 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.10 |
| HSL | 285.84º | 0.78% | 0.55% | - |
| HSV(B) | 285.84º | 0.77% | 0.9% | - |
| XYZ | 36.25 | 18.86 | 76.59 | - |
| YUV | 112.96 | 194.06 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 230 | 0.18 | 0.77 | 0 | 0.10 | 285.84 | 0.78 | 0.55 |
| Hex | BC | 34 | E6 | 12 | 4D | 0 | A | 11E | 4E | 37 |
| Octal | 274 | 64 | 346 | 22 | 115 | 0 | 12 | 436 | 116 | 67 |
| Binary | 10111100 | 110100 | 11100110 | 10010 | 1001101 | 0 | 1010 | 100011110 | 1001110 | 110111 |
Color Harmonies of #BC34E6
Complementary color
Monochromatic Colors of #BC34E6
Black with #BC34E6
Text Example
Text Example
White with #BC34E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34E6; }
p { color: rgb(188,52,230); }
H1.HeaderClassName
{
color: #BC34E6;
}
.AnyTagClassName
{
color: #BC34E6;
}
</style>
background-color css
<style>
a { background-color: #BC34E6; }
a { background-color: rgb(188,52,230); }
div.DivClassName
{
background-color: #BC34E6;
}
.BgClassName
{
background-color: #BC34E6;
}
</style>
border-color css
<style>
span { border-color: #BC34E6; }
span { border-color: rgb(188,52,230); }
td.TdClassName
{
border-color: #BC34E6;
}
.TagClassName
{
border-color: #BC34E6;
}
</style>