Html Css Color HEX #BA2D7C Medium Red Violet

📋 copy color: '#BA2D7C'

red 186 ◦ green 45 ◦ blue 124

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

Shades of Medium Red Violet #BA2D7C

Tints of Medium Red Violet #BA2D7C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.68%

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

R = 52.39%
G = 12.68%
B = 34.93%

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

#BA2D7C (or 0xBA2D7C) is known color: Medium Red Violet. HEX triplet: BA, 2D and 7C. RGB value is (186,45,124). Sum of RGB (Red+Green+Blue) = 186+45+124=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D7C is #45D283. Grayscale: #5F5F5F. Windows color (decimal): -4575876 or 8138170. OLE color: 8138170.

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

Color convert

RGB 186 45 124 -
CMYK 0 0.76 0.33 0.27
HSL 326.38º 0.61% 0.45% -
HSV(B) 326.38º 0.76% 0.73% -
XYZ 24.83 13.77 20.42 -
YUV 96.17 143.71 192.08 -
System Red Green Blue C M Y K H S L
Decimal 186 45 124 0 0.76 0.33 0.27 326.38 0.61 0.45
Hex BA 2D 7C 0 4C 21 1B 146 3D 2D
Octal 272 55 174 0 114 41 33 506 75 55
Binary 10111010 101101 1111100 0 1001100 100001 11011 101000110 111101 101101

Color Harmonies of #BA2D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D7C

Black with #BA2D7C

Text Example


Text Example

White with #BA2D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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