Html Css Color HEX #BA2596 Medium Red Violet

📋 copy color: '#BA2596'

red 186 ◦ green 37 ◦ blue 150

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

Shades of Medium Red Violet #BA2596

Tints of Medium Red Violet #BA2596

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.92%

 BLUE value IS 150 (58.98% from 255) = 40.21%

R = 49.87%
G = 9.92%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA2596 (or 0xBA2596) is known color: Medium Red Violet. HEX triplet: BA, 25 and 96. RGB value is (186,37,150). Sum of RGB (Red+Green+Blue) = 186+37+150=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2596 is #45DA69. Grayscale: #5E5E5E. Windows color (decimal): -4577898 or 9840058. OLE color: 9840058.

HSL color Cylindrical-coordinate representation of color #BA2596: hue angle of 314.5º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2596 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 150 -
CMYK 0 0.80 0.19 0.27
HSL 314.5º 0.67% 0.44% -
HSV(B) 314.5º 0.8% 0.73% -
XYZ 26.42 13.96 30.16 -
YUV 94.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 186 37 150 0 0.80 0.19 0.27 314.5 0.67 0.44
Hex BA 25 96 0 50 13 1B 13A 43 2C
Octal 272 45 226 0 120 23 33 472 103 54
Binary 10111010 100101 10010110 0 1010000 10011 11011 100111010 1000011 101100

Color Harmonies of #BA2596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2596

Black with #BA2596

Text Example


Text Example

White with #BA2596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2596; }

 p { color: rgb(186,37,150); }

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

background-color css

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

 a { background-color: rgb(186,37,150); }

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

border-color css

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

 span { border-color: rgb(186,37,150); }

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