Html Css Color HEX #BA2593 Medium Red Violet

📋 copy color: '#BA2593'

red 186 ◦ green 37 ◦ blue 147

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

Shades of Medium Red Violet #BA2593

Tints of Medium Red Violet #BA2593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 50.27%
G = 10%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA2593 (or 0xBA2593) is known color: Medium Red Violet. HEX triplet: BA, 25 and 93. RGB value is (186,37,147). Sum of RGB (Red+Green+Blue) = 186+37+147=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 37 (14.84% from 255 or 10% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2593 is #45DA6C. Grayscale: #5D5D5D. Windows color (decimal): -4577901 or 9643450. OLE color: 9643450.

HSL color Cylindrical-coordinate representation of color #BA2593: hue angle of 315.7º 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 #BA2593 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 37 147 -
CMYK 0 0.80 0.21 0.27
HSL 315.7º 0.67% 0.44% -
HSV(B) 315.7º 0.8% 0.73% -
XYZ 26.18 13.87 28.9 -
YUV 94.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 186 37 147 0 0.80 0.21 0.27 315.7 0.67 0.44
Hex BA 25 93 0 50 15 1B 13C 43 2C
Octal 272 45 223 0 120 25 33 474 103 54
Binary 10111010 100101 10010011 0 1010000 10101 11011 100111100 1000011 101100

Color Harmonies of #BA2593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2593

Black with #BA2593

Text Example


Text Example

White with #BA2593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2593; }

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

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

background-color css

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

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

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

border-color css

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

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

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