#BA238A

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

Shades of Medium Red Violet #BA238A

Tints of Medium Red Violet #BA238A

Color information

#BA238A (or 0xBA238A) is unknown color: approx Medium Red Violet. HEX triplet: BA, 23 and 8A. RGB value is (186,35,138). Sum of RGB (Red+Green+Blue) = 186+35+138=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA238A is #45DC75. Grayscale: #5B5B5B. Windows color (decimal): -4578422 or 9053114. OLE color: 9053114.

HSL color Cylindrical-coordinate representation of color #BA238A: hue angle of 319.07º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA238A is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18635138-
CMYK00.810.260.27
HSL319.07º68.33%43.33%-
HSV(B)319.07º81.18%72.94%-
XYZ25.4413.4825.31-
YUV91.89154.03195.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 35 (14.06% from 255) = 9.75%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=51.81%
G=9.75%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863513800.810.260.27319.0768.3343.33
HexBA238A0511A1B13f442b
Octal272432120121323347710453
Binary10111010100011100010100101000111010110111001111111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA238A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA238A; }

 p { color: rgb(186,35,138); }

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

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

 a { background-color: rgb(186,35,138); }

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

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

 span { border-color: rgb(186,35,138); }

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