Html Css Color HEX #BA2594 Medium Red Violet

📋 copy color: '#BA2594'

red 186 ◦ green 37 ◦ blue 148

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

Shades of Medium Red Violet #BA2594

Tints of Medium Red Violet #BA2594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.89%

R = 50.13%
G = 9.97%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA2594 (or 0xBA2594) is known color: Medium Red Violet. HEX triplet: BA, 25 and 94. RGB value is (186,37,148). Sum of RGB (Red+Green+Blue) = 186+37+148=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2594 is #45DA6B. Grayscale: #5D5D5D. Windows color (decimal): -4577900 or 9708986. OLE color: 9708986.

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

Color convert

RGB 186 37 148 -
CMYK 0 0.80 0.20 0.27
HSL 315.3º 0.67% 0.44% -
HSV(B) 315.3º 0.8% 0.73% -
XYZ 26.26 13.9 29.32 -
YUV 94.21 158.36 193.47 -
System Red Green Blue C M Y K H S L
Decimal 186 37 148 0 0.80 0.20 0.27 315.3 0.67 0.44
Hex BA 25 94 0 50 14 1B 13B 43 2C
Octal 272 45 224 0 120 24 33 473 103 54
Binary 10111010 100101 10010100 0 1010000 10100 11011 100111011 1000011 101100

Color Harmonies of #BA2594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2594

Black with #BA2594

Text Example


Text Example

White with #BA2594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2594; }

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

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

background-color css

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

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

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

border-color css

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

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

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