#BA36EF

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

Shades of Medium Orchid #BA36EF

Tints of Medium Orchid #BA36EF

Color information

#BA36EF (or 0xBA36EF) is unknown color: approx Medium Orchid. HEX triplet: BA, 36 and EF. RGB value is (186,54,239). Sum of RGB (Red+Green+Blue) = 186+54+239=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA36EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA36EF is #45C910. Grayscale: #717171. Windows color (decimal): -4573457 or 15677114. OLE color: 15677114.

HSL color Cylindrical-coordinate representation of color #BA36EF: hue angle of 282.81º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA36EF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18654239-
CMYK0.220.7700.06
HSL282.81º85.25%57.45%-
HSV(B)282.81º77.41%93.73%-
XYZ37.1519.3183.43-
YUV114.56198.23178.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 54 (21.48% from 255) = 11.27%
BLUE value IS 239 (93.75% from 255) = 49.90%
R=38.83%
G=11.27%
B=49.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186542390.220.7700.06282.8185.2557.45
HexBA36EF164D0611b5539
Octal27266357261150643312571
Binary101110101101101110111110110100110101101000110111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA36EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA36EF; }

 p { color: rgb(186,54,239); }

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

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

 a { background-color: rgb(186,54,239); }

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

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

 span { border-color: rgb(186,54,239); }

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