Html Css Color HEX #BA2C7D Medium Red Violet

📋 copy color: '#BA2C7D'

red 186 ◦ green 44 ◦ blue 125

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

Shades of Medium Red Violet #BA2C7D

Tints of Medium Red Violet #BA2C7D

RGB

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

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

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

R = 52.39%
G = 12.39%
B = 35.21%

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

#BA2C7D (or 0xBA2C7D) is known color: Medium Red Violet. HEX triplet: BA, 2C and 7D. RGB value is (186,44,125). Sum of RGB (Red+Green+Blue) = 186+44+125=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2C7D is #45D382. Grayscale: #5F5F5F. Windows color (decimal): -4576131 or 8203450. OLE color: 8203450.

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

Color convert

RGB 186 44 125 -
CMYK 0 0.76 0.33 0.27
HSL 325.77º 0.62% 0.45% -
HSV(B) 325.77º 0.76% 0.73% -
XYZ 24.85 13.72 20.74 -
YUV 95.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 186 44 125 0 0.76 0.33 0.27 325.77 0.62 0.45
Hex BA 2C 7D 0 4C 21 1B 146 3E 2D
Octal 272 54 175 0 114 41 33 506 76 55
Binary 10111010 101100 1111101 0 1001100 100001 11011 101000110 111110 101101

Color Harmonies of #BA2C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2C7D

Black with #BA2C7D

Text Example


Text Example

White with #BA2C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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