Shades of Medium Orchid #BC34E4
Tints of Medium Orchid #BC34E4
RGB
CMYK
RGB Variations
Color information
#BC34E4 (or 0xBC34E4) is known color: Medium Orchid. HEX triplet: BC, 34 and E4. RGB value is (188,52,228). Sum of RGB (Red+Green+Blue) = 188+52+228=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC34E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34E4 is #43CB1B. Grayscale: #707070. Windows color (decimal): -4442908 or 14955708. OLE color: 14955708.
HSL color Cylindrical-coordinate representation of color #BC34E4: hue angle of 286.36º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC34E4 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 52 | 228 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.11 |
| HSL | 286.36º | 0.77% | 0.55% | - |
| HSV(B) | 286.36º | 0.77% | 0.89% | - |
| XYZ | 35.97 | 18.75 | 75.12 | - |
| YUV | 112.73 | 193.06 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 228 | 0.18 | 0.77 | 0 | 0.11 | 286.36 | 0.77 | 0.55 |
| Hex | BC | 34 | E4 | 12 | 4D | 0 | B | 11E | 4D | 37 |
| Octal | 274 | 64 | 344 | 22 | 115 | 0 | 13 | 436 | 115 | 67 |
| Binary | 10111100 | 110100 | 11100100 | 10010 | 1001101 | 0 | 1011 | 100011110 | 1001101 | 110111 |
Color Harmonies of #BC34E4
Complementary color
Monochromatic Colors of #BC34E4
Black with #BC34E4
Text Example
Text Example
White with #BC34E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34E4; }
p { color: rgb(188,52,228); }
H1.HeaderClassName
{
color: #BC34E4;
}
.AnyTagClassName
{
color: #BC34E4;
}
</style>
background-color css
<style>
a { background-color: #BC34E4; }
a { background-color: rgb(188,52,228); }
div.DivClassName
{
background-color: #BC34E4;
}
.BgClassName
{
background-color: #BC34E4;
}
</style>
border-color css
<style>
span { border-color: #BC34E4; }
span { border-color: rgb(188,52,228); }
td.TdClassName
{
border-color: #BC34E4;
}
.TagClassName
{
border-color: #BC34E4;
}
</style>