#BA37E7

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

Shades of Medium Orchid #BA37E7

Tints of Medium Orchid #BA37E7

Color information

#BA37E7 (or 0xBA37E7) is unknown color: approx Medium Orchid. HEX triplet: BA, 37 and E7. RGB value is (186,55,231). Sum of RGB (Red+Green+Blue) = 186+55+231=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA37E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37E7 is #45C818. Grayscale: #717171. Windows color (decimal): -4573209 or 15153082. OLE color: 15153082.

HSL color Cylindrical-coordinate representation of color #BA37E7: hue angle of 284.66º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA37E7 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18655231-
CMYK0.190.7600.09
HSL284.66º78.57%56.08%-
HSV(B)284.66º76.19%90.59%-
XYZ36.0418.9477.36-
YUV114.23193.9179.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 55 (21.88% from 255) = 11.65%
BLUE value IS 231 (90.62% from 255) = 48.94%
R=39.41%
G=11.65%
B=48.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186552310.190.7600.09284.6678.5756.08
HexBA37E7134C0911d4f38
Octal272673472311401143511770
Binary1011101011011111100111100111001100010011000111011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA37E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA37E7; }

 p { color: rgb(186,55,231); }

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

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

 a { background-color: rgb(186,55,231); }

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

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

 span { border-color: rgb(186,55,231); }

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