Html Css Color HEX #BA137D Medium Violet Red

📋 copy color: '#BA137D'

red 186 ◦ green 19 ◦ blue 125

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

Shades of Medium Violet Red #BA137D

Tints of Medium Violet Red #BA137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 56.36%
G = 5.76%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA137D (or 0xBA137D) is known color: Medium Violet Red. HEX triplet: BA, 13 and 7D. RGB value is (186,19,125). Sum of RGB (Red+Green+Blue) = 186+19+125=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA137D is #45EC82. Grayscale: #505050. Windows color (decimal): -4582531 or 8197050. OLE color: 8197050.

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

Color convert

RGB 186 19 125 -
CMYK 0 0.90 0.33 0.27
HSL 321.92º 0.81% 0.4% -
HSV(B) 321.92º 0.9% 0.73% -
XYZ 24.18 12.39 20.52 -
YUV 81.02 152.83 202.88 -
System Red Green Blue C M Y K H S L
Decimal 186 19 125 0 0.90 0.33 0.27 321.92 0.81 0.4
Hex BA 13 7D 0 5A 21 1B 142 51 28
Octal 272 23 175 0 132 41 33 502 121 50
Binary 10111010 10011 1111101 0 1011010 100001 11011 101000010 1010001 101000

Color Harmonies of #BA137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA137D

Black with #BA137D

Text Example


Text Example

White with #BA137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA137D; }

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

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

background-color css

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

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

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

border-color css

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

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

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