Html Css Color HEX #BA157A Medium Violet Red

📋 copy color: '#BA157A'

red 186 ◦ green 21 ◦ blue 122

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

Shades of Medium Violet Red #BA157A

Tints of Medium Violet Red #BA157A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.08%

R = 56.53%
G = 6.38%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA157A (or 0xBA157A) is known color: Medium Violet Red. HEX triplet: BA, 15 and 7A. RGB value is (186,21,122). Sum of RGB (Red+Green+Blue) = 186+21+122=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA157A is #45EA85. Grayscale: #515151. Windows color (decimal): -4582022 or 8000954. OLE color: 8000954.

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

Color convert

RGB 186 21 122 -
CMYK 0 0.89 0.34 0.27
HSL 323.27º 0.8% 0.41% -
HSV(B) 323.27º 0.89% 0.73% -
XYZ 24.03 12.38 19.54 -
YUV 81.85 150.66 202.29 -
System Red Green Blue C M Y K H S L
Decimal 186 21 122 0 0.89 0.34 0.27 323.27 0.8 0.41
Hex BA 15 7A 0 59 22 1B 143 50 29
Octal 272 25 172 0 131 42 33 503 120 51
Binary 10111010 10101 1111010 0 1011001 100010 11011 101000011 1010000 101001

Color Harmonies of #BA157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA157A

Black with #BA157A

Text Example


Text Example

White with #BA157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA157A; }

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

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

background-color css

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

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

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

border-color css

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

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

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