Html Css Color HEX #BA148E Medium Violet Red

📋 copy color: '#BA148E'

red 186 ◦ green 20 ◦ blue 142

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

Shades of Medium Violet Red #BA148E

Tints of Medium Violet Red #BA148E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 53.45%
G = 5.75%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA148E (or 0xBA148E) is known color: Medium Violet Red. HEX triplet: BA, 14 and 8E. RGB value is (186,20,142). Sum of RGB (Red+Green+Blue) = 186+20+142=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA148E is #45EB71. Grayscale: #535353. Windows color (decimal): -4582258 or 9311418. OLE color: 9311418.

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

Color convert

RGB 186 20 142 -
CMYK 0 0.89 0.24 0.27
HSL 315.9º 0.81% 0.4% -
HSV(B) 315.9º 0.89% 0.73% -
XYZ 25.38 12.89 26.74 -
YUV 83.54 161 201.08 -
System Red Green Blue C M Y K H S L
Decimal 186 20 142 0 0.89 0.24 0.27 315.9 0.81 0.4
Hex BA 14 8E 0 59 18 1B 13C 51 28
Octal 272 24 216 0 131 30 33 474 121 50
Binary 10111010 10100 10001110 0 1011001 11000 11011 100111100 1010001 101000

Color Harmonies of #BA148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA148E

Black with #BA148E

Text Example


Text Example

White with #BA148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA148E; }

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

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

background-color css

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

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

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

border-color css

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

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

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