#BC35EC

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

Shades of Medium Orchid #BC35EC

Tints of Medium Orchid #BC35EC

Color information

#BC35EC (or 0xBC35EC) is unknown color: approx Medium Orchid. HEX triplet: BC, 35 and EC. RGB value is (188,53,236). Sum of RGB (Red+Green+Blue) = 188+53+236=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 53 (21.09% from 255 or 11.11% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC35EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC35EC is #43CA13. Grayscale: #717171. Windows color (decimal): -4442644 or 15480252. OLE color: 15480252.

HSL color Cylindrical-coordinate representation of color #BC35EC: hue angle of 284.26º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC35EC is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18853236-
CMYK0.200.7800.07
HSL284.26º82.81%56.67%-
HSV(B)284.26º77.54%92.55%-
XYZ37.1519.2981.12-
YUV114.23196.73180.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 53 (21.09% from 255) = 11.11%
BLUE value IS 236 (92.58% from 255) = 49.48%
R=39.41%
G=11.11%
B=49.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188532360.200.7800.07284.2682.8156.67
HexBC35EC144E0711c5339
Octal27465354241160743412371
Binary101111001101011110110010100100111001111000111001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC35EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC35EC; }

 p { color: rgb(188,53,236); }

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

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

 a { background-color: rgb(188,53,236); }

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

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

 span { border-color: rgb(188,53,236); }

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