Html Css Color HEX #BA2A7A Medium Red Violet

📋 copy color: '#BA2A7A'

red 186 ◦ green 42 ◦ blue 122

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

Shades of Medium Red Violet #BA2A7A

Tints of Medium Red Violet #BA2A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 53.14%
G = 12%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA2A7A (or 0xBA2A7A) is known color: Medium Red Violet. HEX triplet: BA, 2A and 7A. RGB value is (186,42,122). Sum of RGB (Red+Green+Blue) = 186+42+122=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A7A is #45D585. Grayscale: #5E5E5E. Windows color (decimal): -4576646 or 8006330. OLE color: 8006330.

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

Color convert

RGB 186 42 122 -
CMYK 0 0.77 0.34 0.27
HSL 326.67º 0.63% 0.45% -
HSV(B) 326.67º 0.77% 0.73% -
XYZ 24.59 13.5 19.72 -
YUV 94.18 143.71 193.5 -
System Red Green Blue C M Y K H S L
Decimal 186 42 122 0 0.77 0.34 0.27 326.67 0.63 0.45
Hex BA 2A 7A 0 4D 22 1B 147 3F 2D
Octal 272 52 172 0 115 42 33 507 77 55
Binary 10111010 101010 1111010 0 1001101 100010 11011 101000111 111111 101101

Color Harmonies of #BA2A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A7A

Black with #BA2A7A

Text Example


Text Example

White with #BA2A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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