Html Css Color HEX #BA2E7C Medium Red Violet

📋 copy color: '#BA2E7C'

red 186 ◦ green 46 ◦ blue 124

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

Shades of Medium Red Violet #BA2E7C

Tints of Medium Red Violet #BA2E7C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.92%

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

R = 52.25%
G = 12.92%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA2E7C (or 0xBA2E7C) is known color: Medium Red Violet. HEX triplet: BA, 2E and 7C. RGB value is (186,46,124). Sum of RGB (Red+Green+Blue) = 186+46+124=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E7C is #45D183. Grayscale: #606060. Windows color (decimal): -4575620 or 8138426. OLE color: 8138426.

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

Color convert

RGB 186 46 124 -
CMYK 0 0.75 0.33 0.27
HSL 326.57º 0.6% 0.45% -
HSV(B) 326.57º 0.75% 0.73% -
XYZ 24.86 13.85 20.43 -
YUV 96.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 186 46 124 0 0.75 0.33 0.27 326.57 0.6 0.45
Hex BA 2E 7C 0 4B 21 1B 147 3C 2D
Octal 272 56 174 0 113 41 33 507 74 55
Binary 10111010 101110 1111100 0 1001011 100001 11011 101000111 111100 101101

Color Harmonies of #BA2E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E7C

Black with #BA2E7C

Text Example


Text Example

White with #BA2E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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