Html Css Color HEX #BA138D Medium Violet Red

📋 copy color: '#BA138D'

red 186 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #BA138D

Tints of Medium Violet Red #BA138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 53.76%
G = 5.49%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA138D (or 0xBA138D) is known color: Medium Violet Red. HEX triplet: BA, 13 and 8D. RGB value is (186,19,141). Sum of RGB (Red+Green+Blue) = 186+19+141=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA138D is #45EC72. Grayscale: #525252. Windows color (decimal): -4582515 or 9245626. OLE color: 9245626.

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

Color convert

RGB 186 19 141 -
CMYK 0 0.90 0.24 0.27
HSL 316.17º 0.81% 0.4% -
HSV(B) 316.17º 0.9% 0.73% -
XYZ 25.29 12.83 26.34 -
YUV 82.84 160.83 201.58 -
System Red Green Blue C M Y K H S L
Decimal 186 19 141 0 0.90 0.24 0.27 316.17 0.81 0.4
Hex BA 13 8D 0 5A 18 1B 13C 51 28
Octal 272 23 215 0 132 30 33 474 121 50
Binary 10111010 10011 10001101 0 1011010 11000 11011 100111100 1010001 101000

Color Harmonies of #BA138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA138D

Black with #BA138D

Text Example


Text Example

White with #BA138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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