#BA31EF

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

Shades of Medium Orchid #BA31EF

Tints of Medium Orchid #BA31EF

Color information

#BA31EF (or 0xBA31EF) is unknown color: approx Medium Orchid. HEX triplet: BA, 31 and EF. RGB value is (186,49,239). Sum of RGB (Red+Green+Blue) = 186+49+239=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA31EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA31EF is #45CE10. Grayscale: #6F6F6F. Windows color (decimal): -4574737 or 15675834. OLE color: 15675834.

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

Color convert

RGB18649239-
CMYK0.220.7900.06
HSL283.26º85.59%56.47%-
HSV(B)283.26º79.5%93.73%-
XYZ36.9318.8783.36-
YUV111.62199.89181.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 49 (19.53% from 255) = 10.34%
BLUE value IS 239 (93.75% from 255) = 50.42%
R=39.24%
G=10.34%
B=50.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186492390.220.7900.06283.2685.5956.47
HexBA31EF164F0611b5638
Octal27261357261170643312670
Binary101110101100011110111110110100111101101000110111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA31EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA31EF; }

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

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

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

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

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

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

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

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