#BA35EC

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

Shades of Medium Orchid #BA35EC

Tints of Medium Orchid #BA35EC

Color information

#BA35EC (or 0xBA35EC) is unknown color: approx Medium Orchid. HEX triplet: BA, 35 and EC. RGB value is (186,53,236). Sum of RGB (Red+Green+Blue) = 186+53+236=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 53 (21.09% from 255 or 11.16% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA35EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35EC is #45CA13. Grayscale: #717171. Windows color (decimal): -4573716 or 15480250. OLE color: 15480250.

HSL color Cylindrical-coordinate representation of color #BA35EC: hue angle of 283.61º 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 #BA35EC is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18653236-
CMYK0.210.7800.07
HSL283.61º82.81%56.67%-
HSV(B)283.61º77.54%92.55%-
XYZ36.6619.0481.1-
YUV113.63197.06179.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 53 (21.09% from 255) = 11.16%
BLUE value IS 236 (92.58% from 255) = 49.68%
R=39.16%
G=11.16%
B=49.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186532360.210.7800.07283.6182.8156.67
HexBA35EC154E0711c5339
Octal27265354251160743412371
Binary101110101101011110110010101100111001111000111001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA35EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA35EC; }

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

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

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

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

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

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

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

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