Html Css Color HEX #BA138C Medium Violet Red

📋 copy color: '#BA138C'

red 186 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #BA138C

Tints of Medium Violet Red #BA138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.51%

 BLUE value IS 140 (55.08% from 255) = 40.58%

R = 53.91%
G = 5.51%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA138C (or 0xBA138C) is known color: Medium Violet Red. HEX triplet: BA, 13 and 8C. RGB value is (186,19,140). Sum of RGB (Red+Green+Blue) = 186+19+140=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA138C is #45EC73. Grayscale: #525252. Windows color (decimal): -4582516 or 9180090. OLE color: 9180090.

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

Color convert

RGB 186 19 140 -
CMYK 0 0.90 0.25 0.27
HSL 316.53º 0.81% 0.4% -
HSV(B) 316.53º 0.9% 0.73% -
XYZ 25.22 12.8 25.95 -
YUV 82.73 160.33 201.66 -
System Red Green Blue C M Y K H S L
Decimal 186 19 140 0 0.90 0.25 0.27 316.53 0.81 0.4
Hex BA 13 8C 0 5A 19 1B 13D 51 28
Octal 272 23 214 0 132 31 33 475 121 50
Binary 10111010 10011 10001100 0 1011010 11001 11011 100111101 1010001 101000

Color Harmonies of #BA138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA138C

Black with #BA138C

Text Example


Text Example

White with #BA138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA138C; }

 p { color: rgb(186,19,140); }

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

background-color css

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

 a { background-color: rgb(186,19,140); }

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

border-color css

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

 span { border-color: rgb(186,19,140); }

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