#BC34E2

Color #BC34E2 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BC34E2

Tints of Medium Orchid #BC34E2

Color information

#BC34E2 (or 0xBC34E2) is unknown color: approx Medium Orchid. HEX triplet: BC, 34 and E2. RGB value is (188,52,226). Sum of RGB (Red+Green+Blue) = 188+52+226=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 226 (88.67% from 255 or 48.50% from 466); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC34E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34E2 is #43CB1D. Grayscale: #6F6F6F. Windows color (decimal): -4442910 or 14824636. OLE color: 14824636.

HSL color Cylindrical-coordinate representation of color #BC34E2: hue angle of 286.9º degrees, saturation: 0.75, 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 #BC34E2 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18852226-
CMYK0.170.7700.11
HSL286.9º75%54.51%-
HSV(B)286.9º76.99%88.63%-
XYZ35.6918.6473.67-
YUV112.5192.06181.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 52 (20.70% from 255) = 11.16%
BLUE value IS 226 (88.67% from 255) = 48.50%
R=40.34%
G=11.16%
B=48.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188522260.170.7700.11286.97554.51
HexBC34E2114D0B11f4b37
Octal274643422111501343711367
Binary1011110011010011100010100011001101010111000111111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC34E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC34E2; }

 p { color: rgb(188,52,226); }

 H1.HeaderClassName
 {
   color: #BC34E2;
 }
 .AnyTagClassName
 {
   color: #BC34E2;
 }
</style>
background-color css

<style>
 a { background-color: #BC34E2; }

 a { background-color: rgb(188,52,226); }

 div.DivClassName
 {
   background-color: #BC34E2;
 }
 .BgClassName
 {
   background-color: #BC34E2;
 }
</style>
border-color css

<style>
 span { border-color: #BC34E2; }

 span { border-color: rgb(188,52,226); }

 td.TdClassName
 {
   border-color: #BC34E2;
 }
 .TagClassName
 {
   border-color: #BC34E2;
 }
</style>