Html Css Color HEX #BA147C Medium Violet Red

📋 copy color: '#BA147C'

red 186 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #BA147C

Tints of Medium Violet Red #BA147C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.58%

R = 56.36%
G = 6.06%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA147C (or 0xBA147C) is known color: Medium Violet Red. HEX triplet: BA, 14 and 7C. RGB value is (186,20,124). Sum of RGB (Red+Green+Blue) = 186+20+124=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA147C is #45EB83. Grayscale: #515151. Windows color (decimal): -4582276 or 8131770. OLE color: 8131770.

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

Color convert

RGB 186 20 124 -
CMYK 0 0.89 0.33 0.27
HSL 322.41º 0.81% 0.4% -
HSV(B) 322.41º 0.89% 0.73% -
XYZ 24.14 12.39 20.19 -
YUV 81.49 152 202.54 -
System Red Green Blue C M Y K H S L
Decimal 186 20 124 0 0.89 0.33 0.27 322.41 0.81 0.4
Hex BA 14 7C 0 59 21 1B 142 51 28
Octal 272 24 174 0 131 41 33 502 121 50
Binary 10111010 10100 1111100 0 1011001 100001 11011 101000010 1010001 101000

Color Harmonies of #BA147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA147C

Black with #BA147C

Text Example


Text Example

White with #BA147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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