Html Css Color HEX #BA37A5 Medium Red Violet

📋 copy color: '#BA37A5'

red 186 ◦ green 55 ◦ blue 165

#BA37A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #BA37A5

Tints of Medium Red Violet #BA37A5

RGB

 RED value IS 186 (73.05% from 255) = 45.81%

 GREEN value IS 55 (21.88% from 255) = 13.55%

 BLUE value IS 165 (64.84% from 255) = 40.64%

R = 45.81%
G = 13.55%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA37A5 (or 0xBA37A5) is known color: Medium Red Violet. HEX triplet: BA, 37 and A5. RGB value is (186,55,165). Sum of RGB (Red+Green+Blue) = 186+55+165=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA37A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA37A5 is #45C85A. Grayscale: #6A6A6A. Windows color (decimal): -4573275 or 10827706. OLE color: 10827706.

HSL color Cylindrical-coordinate representation of color #BA37A5: hue angle of 309.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA37A5 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 165 -
CMYK 0 0.70 0.11 0.27
HSL 309.62º 0.54% 0.47% -
HSV(B) 309.62º 0.7% 0.73% -
XYZ 28.41 15.89 37.17 -
YUV 106.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 186 55 165 0 0.70 0.11 0.27 309.62 0.54 0.47
Hex BA 37 A5 0 46 B 1B 136 36 2F
Octal 272 67 245 0 106 13 33 466 66 57
Binary 10111010 110111 10100101 0 1000110 1011 11011 100110110 110110 101111

Color Harmonies of #BA37A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37A5

Black with #BA37A5

Text Example


Text Example

White with #BA37A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37A5; }

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

 H1.HeaderClassName
 {
   color: #BA37A5;
 }
 .AnyTagClassName
 {
   color: #BA37A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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