Html Css Color HEX #BA1A7C Medium Violet Red

📋 copy color: '#BA1A7C'

red 186 ◦ green 26 ◦ blue 124

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

Shades of Medium Violet Red #BA1A7C

Tints of Medium Violet Red #BA1A7C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.74%

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

R = 55.36%
G = 7.74%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA1A7C (or 0xBA1A7C) is known color: Medium Violet Red. HEX triplet: BA, 1A and 7C. RGB value is (186,26,124). Sum of RGB (Red+Green+Blue) = 186+26+124=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1A7C is #45E583. Grayscale: #545454. Windows color (decimal): -4580740 or 8133306. OLE color: 8133306.

HSL color Cylindrical-coordinate representation of color #BA1A7C: hue angle of 323.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A7C is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 26 124 -
CMYK 0 0.86 0.33 0.27
HSL 323.25º 0.75% 0.42% -
HSV(B) 323.25º 0.86% 0.73% -
XYZ 24.26 12.63 20.23 -
YUV 85.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 186 26 124 0 0.86 0.33 0.27 323.25 0.75 0.42
Hex BA 1A 7C 0 56 21 1B 143 4B 2A
Octal 272 32 174 0 126 41 33 503 113 52
Binary 10111010 11010 1111100 0 1010110 100001 11011 101000011 1001011 101010

Color Harmonies of #BA1A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A7C

Black with #BA1A7C

Text Example


Text Example

White with #BA1A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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