#BC34E5

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

Shades of Medium Orchid #BC34E5

Tints of Medium Orchid #BC34E5

Color information

#BC34E5 (or 0xBC34E5) is unknown color: approx Medium Orchid. HEX triplet: BC, 34 and E5. RGB value is (188,52,229). Sum of RGB (Red+Green+Blue) = 188+52+229=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC34E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34E5 is #43CB1A. Grayscale: #707070. Windows color (decimal): -4442907 or 15021244. OLE color: 15021244.

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

Color convert

RGB18852229-
CMYK0.180.7700.10
HSL286.1º77.29%55.1%-
HSV(B)286.1º77.29%89.8%-
XYZ36.1118.875.86-
YUV112.84193.56181.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 52 (20.70% from 255) = 11.09%
BLUE value IS 229 (89.84% from 255) = 48.83%
R=40.09%
G=11.09%
B=48.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal188522290.180.7700.10286.177.2955.1
HexBC34E5124D0A11e4d37
Octal274643452211501243611567
Binary1011110011010011100101100101001101010101000111101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC34E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC34E5; }

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

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

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

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

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

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

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

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