#BA37F6

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

Shades of Medium Orchid #BA37F6

Tints of Medium Orchid #BA37F6

Color information

#BA37F6 (or 0xBA37F6) is unknown color: approx Medium Orchid. HEX triplet: BA, 37 and F6. RGB value is (186,55,246). Sum of RGB (Red+Green+Blue) = 186+55+246=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 55 (21.88% from 255 or 11.29% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA37F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37F6 is #45C809. Grayscale: #737373. Windows color (decimal): -4573194 or 16136122. OLE color: 16136122.

HSL color Cylindrical-coordinate representation of color #BA37F6: hue angle of 281.15º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA37F6 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18655246-
CMYK0.240.7800.04
HSL281.15º91.39%59.02%-
HSV(B)281.15º77.64%96.47%-
XYZ38.2519.8389-
YUV115.94201.4177.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 55 (21.88% from 255) = 11.29%
BLUE value IS 246 (96.48% from 255) = 50.51%
R=38.19%
G=11.29%
B=50.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186552460.240.7800.04281.1591.3959.02
HexBA37F6184E041195b3b
Octal27267366301160443113373
Binary101110101101111111011011000100111001001000110011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA37F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA37F6; }

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

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

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

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

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

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

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

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