Html Css Color HEX #BA148A Medium Violet Red

📋 copy color: '#BA148A'

red 186 ◦ green 20 ◦ blue 138

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

Shades of Medium Violet Red #BA148A

Tints of Medium Violet Red #BA148A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.81%

 BLUE value IS 138 (54.3% from 255) = 40.12%

R = 54.07%
G = 5.81%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA148A (or 0xBA148A) is known color: Medium Violet Red. HEX triplet: BA, 14 and 8A. RGB value is (186,20,138). Sum of RGB (Red+Green+Blue) = 186+20+138=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA148A is #45EB75. Grayscale: #525252. Windows color (decimal): -4582262 or 9049274. OLE color: 9049274.

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

Color convert

RGB 186 20 138 -
CMYK 0 0.89 0.26 0.27
HSL 317.35º 0.81% 0.4% -
HSV(B) 317.35º 0.89% 0.73% -
XYZ 25.09 12.77 25.19 -
YUV 83.09 159 201.41 -
System Red Green Blue C M Y K H S L
Decimal 186 20 138 0 0.89 0.26 0.27 317.35 0.81 0.4
Hex BA 14 8A 0 59 1A 1B 13D 51 28
Octal 272 24 212 0 131 32 33 475 121 50
Binary 10111010 10100 10001010 0 1011001 11010 11011 100111101 1010001 101000

Color Harmonies of #BA148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA148A

Black with #BA148A

Text Example


Text Example

White with #BA148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA148A; }

 p { color: rgb(186,20,138); }

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

background-color css

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

 a { background-color: rgb(186,20,138); }

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

border-color css

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

 span { border-color: rgb(186,20,138); }

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