Html Css Color HEX #BA2A7D Medium Red Violet

📋 copy color: '#BA2A7D'

red 186 ◦ green 42 ◦ blue 125

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

Shades of Medium Red Violet #BA2A7D

Tints of Medium Red Violet #BA2A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 52.69%
G = 11.9%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA2A7D (or 0xBA2A7D) is known color: Medium Red Violet. HEX triplet: BA, 2A and 7D. RGB value is (186,42,125). Sum of RGB (Red+Green+Blue) = 186+42+125=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A7D is #45D582. Grayscale: #5E5E5E. Windows color (decimal): -4576643 or 8202938. OLE color: 8202938.

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

Color convert

RGB 186 42 125 -
CMYK 0 0.77 0.33 0.27
HSL 325.42º 0.63% 0.45% -
HSV(B) 325.42º 0.77% 0.73% -
XYZ 24.78 13.58 20.72 -
YUV 94.52 145.21 193.25 -
System Red Green Blue C M Y K H S L
Decimal 186 42 125 0 0.77 0.33 0.27 325.42 0.63 0.45
Hex BA 2A 7D 0 4D 21 1B 145 3F 2D
Octal 272 52 175 0 115 41 33 505 77 55
Binary 10111010 101010 1111101 0 1001101 100001 11011 101000101 111111 101101

Color Harmonies of #BA2A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A7D

Black with #BA2A7D

Text Example


Text Example

White with #BA2A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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