Html Css Color HEX #BA2A8C Medium Red Violet

📋 copy color: '#BA2A8C'

red 186 ◦ green 42 ◦ blue 140

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

Shades of Medium Red Violet #BA2A8C

Tints of Medium Red Violet #BA2A8C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.41%

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 50.54%
G = 11.41%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA2A8C (or 0xBA2A8C) is known color: Medium Red Violet. HEX triplet: BA, 2A and 8C. RGB value is (186,42,140). Sum of RGB (Red+Green+Blue) = 186+42+140=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2A8C is #45D573. Grayscale: #5F5F5F. Windows color (decimal): -4576628 or 9185978. OLE color: 9185978.

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

Color convert

RGB 186 42 140 -
CMYK 0 0.77 0.25 0.27
HSL 319.17º 0.63% 0.45% -
HSV(B) 319.17º 0.77% 0.73% -
XYZ 25.81 13.99 26.15 -
YUV 96.23 152.71 192.03 -
System Red Green Blue C M Y K H S L
Decimal 186 42 140 0 0.77 0.25 0.27 319.17 0.63 0.45
Hex BA 2A 8C 0 4D 19 1B 13F 3F 2D
Octal 272 52 214 0 115 31 33 477 77 55
Binary 10111010 101010 10001100 0 1001101 11001 11011 100111111 111111 101101

Color Harmonies of #BA2A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A8C

Black with #BA2A8C

Text Example


Text Example

White with #BA2A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A8C; }

 p { color: rgb(186,42,140); }

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

background-color css

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

 a { background-color: rgb(186,42,140); }

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

border-color css

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

 span { border-color: rgb(186,42,140); }

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