Html Css Color HEX #BA137E Medium Violet Red

📋 copy color: '#BA137E'

red 186 ◦ green 19 ◦ blue 126

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

Shades of Medium Violet Red #BA137E

Tints of Medium Violet Red #BA137E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.07%

R = 56.19%
G = 5.74%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA137E (or 0xBA137E) is known color: Medium Violet Red. HEX triplet: BA, 13 and 7E. RGB value is (186,19,126). Sum of RGB (Red+Green+Blue) = 186+19+126=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA137E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA137E is #45EC81. Grayscale: #505050. Windows color (decimal): -4582530 or 8262586. OLE color: 8262586.

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

Color convert

RGB 186 19 126 -
CMYK 0 0.90 0.32 0.27
HSL 321.56º 0.81% 0.4% -
HSV(B) 321.56º 0.9% 0.73% -
XYZ 24.25 12.41 20.86 -
YUV 81.13 153.33 202.8 -
System Red Green Blue C M Y K H S L
Decimal 186 19 126 0 0.90 0.32 0.27 321.56 0.81 0.4
Hex BA 13 7E 0 5A 20 1B 142 51 28
Octal 272 23 176 0 132 40 33 502 121 50
Binary 10111010 10011 1111110 0 1011010 100000 11011 101000010 1010001 101000

Color Harmonies of #BA137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA137E

Black with #BA137E

Text Example


Text Example

White with #BA137E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA137E; }

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

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

background-color css

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

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

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

border-color css

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

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

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