Shades of Medium Orchid #BC34E9
Tints of Medium Orchid #BC34E9
RGB
CMYK
RGB Variations
Color information
#BC34E9 (or 0xBC34E9) is known color: Medium Orchid. HEX triplet: BC, 34 and E9. RGB value is (188,52,233). Sum of RGB (Red+Green+Blue) = 188+52+233=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 233 (91.41% from 255 or 49.26% from 473); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC34E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC34E9 is #43CB16. Grayscale: #707070. Windows color (decimal): -4442903 or 15283388. OLE color: 15283388.
HSL color Cylindrical-coordinate representation of color #BC34E9: hue angle of 285.08º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC34E9 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 52 | 233 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.09 |
| HSL | 285.08º | 0.8% | 0.56% | - |
| HSV(B) | 285.08º | 0.78% | 0.91% | - |
| XYZ | 36.68 | 19.03 | 78.83 | - |
| YUV | 113.3 | 195.56 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 233 | 0.19 | 0.78 | 0 | 0.09 | 285.08 | 0.8 | 0.56 |
| Hex | BC | 34 | E9 | 13 | 4E | 0 | 9 | 11D | 50 | 38 |
| Octal | 274 | 64 | 351 | 23 | 116 | 0 | 11 | 435 | 120 | 70 |
| Binary | 10111100 | 110100 | 11101001 | 10011 | 1001110 | 0 | 1001 | 100011101 | 1010000 | 111000 |
Color Harmonies of #BC34E9
Complementary color
Monochromatic Colors of #BC34E9
Black with #BC34E9
Text Example
Text Example
White with #BC34E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34E9; }
p { color: rgb(188,52,233); }
H1.HeaderClassName
{
color: #BC34E9;
}
.AnyTagClassName
{
color: #BC34E9;
}
</style>
background-color css
<style>
a { background-color: #BC34E9; }
a { background-color: rgb(188,52,233); }
div.DivClassName
{
background-color: #BC34E9;
}
.BgClassName
{
background-color: #BC34E9;
}
</style>
border-color css
<style>
span { border-color: #BC34E9; }
span { border-color: rgb(188,52,233); }
td.TdClassName
{
border-color: #BC34E9;
}
.TagClassName
{
border-color: #BC34E9;
}
</style>