Html Css Color HEX #BA1594 Medium Violet Red

📋 copy color: '#BA1594'

red 186 ◦ green 21 ◦ blue 148

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

Shades of Medium Violet Red #BA1594

Tints of Medium Violet Red #BA1594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.92%

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

R = 52.39%
G = 5.92%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA1594 (or 0xBA1594) is known color: Medium Violet Red. HEX triplet: BA, 15 and 94. RGB value is (186,21,148). Sum of RGB (Red+Green+Blue) = 186+21+148=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1594 is #45EA6B. Grayscale: #545454. Windows color (decimal): -4581996 or 9704890. OLE color: 9704890.

HSL color Cylindrical-coordinate representation of color #BA1594: hue angle of 313.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1594 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 21 148 -
CMYK 0 0.89 0.20 0.27
HSL 313.82º 0.8% 0.41% -
HSV(B) 313.82º 0.89% 0.73% -
XYZ 25.86 13.11 29.19 -
YUV 84.81 163.66 200.17 -
System Red Green Blue C M Y K H S L
Decimal 186 21 148 0 0.89 0.20 0.27 313.82 0.8 0.41
Hex BA 15 94 0 59 14 1B 13A 50 29
Octal 272 25 224 0 131 24 33 472 120 51
Binary 10111010 10101 10010100 0 1011001 10100 11011 100111010 1010000 101001

Color Harmonies of #BA1594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1594

Black with #BA1594

Text Example


Text Example

White with #BA1594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1594; }

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

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

background-color css

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

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

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

border-color css

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

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

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