Html Css Color HEX #BA2C7C Medium Red Violet

📋 copy color: '#BA2C7C'

red 186 ◦ green 44 ◦ blue 124

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

Shades of Medium Red Violet #BA2C7C

Tints of Medium Red Violet #BA2C7C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.43%

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

R = 52.54%
G = 12.43%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA2C7C (or 0xBA2C7C) is known color: Medium Red Violet. HEX triplet: BA, 2C and 7C. RGB value is (186,44,124). Sum of RGB (Red+Green+Blue) = 186+44+124=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2C7C is #45D383. Grayscale: #5F5F5F. Windows color (decimal): -4576132 or 8137914. OLE color: 8137914.

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

Color convert

RGB 186 44 124 -
CMYK 0 0.76 0.33 0.27
HSL 326.2º 0.62% 0.45% -
HSV(B) 326.2º 0.76% 0.73% -
XYZ 24.79 13.7 20.41 -
YUV 95.58 144.04 192.5 -
System Red Green Blue C M Y K H S L
Decimal 186 44 124 0 0.76 0.33 0.27 326.2 0.62 0.45
Hex BA 2C 7C 0 4C 21 1B 146 3E 2D
Octal 272 54 174 0 114 41 33 506 76 55
Binary 10111010 101100 1111100 0 1001100 100001 11011 101000110 111110 101101

Color Harmonies of #BA2C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C7C

Black with #BA2C7C

Text Example


Text Example

White with #BA2C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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