#BA37F8

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

Shades of Medium Orchid #BA37F8

Tints of Medium Orchid #BA37F8

Color information

#BA37F8 (or 0xBA37F8) is unknown color: approx Medium Orchid. HEX triplet: BA, 37 and F8. RGB value is (186,55,248). Sum of RGB (Red+Green+Blue) = 186+55+248=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA37F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA37F8 is #45C807. Grayscale: #737373. Windows color (decimal): -4573192 or 16267194. OLE color: 16267194.

HSL color Cylindrical-coordinate representation of color #BA37F8: hue angle of 280.73º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA37F8 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18655248-
CMYK0.250.7800.03
HSL280.73º93.24%59.41%-
HSV(B)280.73º77.82%97.25%-
XYZ38.5619.9590.63-
YUV116.17202.4177.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 55 (21.88% from 255) = 11.25%
BLUE value IS 248 (97.27% from 255) = 50.72%
R=38.04%
G=11.25%
B=50.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal186552480.250.7800.03280.7393.2459.41
HexBA37F8194E031195d3b
Octal27267370311160343113573
Binary10111010110111111110001100110011100111000110011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA37F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA37F8; }

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

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

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

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

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

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

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

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