Html Css Color HEX #BA347C Medium Red Violet

📋 copy color: '#BA347C'

red 186 ◦ green 52 ◦ blue 124

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

Shades of Medium Red Violet #BA347C

Tints of Medium Red Violet #BA347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.36%

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

R = 51.38%
G = 14.36%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA347C (or 0xBA347C) is known color: Medium Red Violet. HEX triplet: BA, 34 and 7C. RGB value is (186,52,124). Sum of RGB (Red+Green+Blue) = 186+52+124=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA347C is #45CB83. Grayscale: #646464. Windows color (decimal): -4574084 or 8139962. OLE color: 8139962.

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

Color convert

RGB 186 52 124 -
CMYK 0 0.72 0.33 0.27
HSL 327.76º 0.56% 0.47% -
HSV(B) 327.76º 0.72% 0.73% -
XYZ 25.12 14.35 20.51 -
YUV 100.27 141.39 189.15 -
System Red Green Blue C M Y K H S L
Decimal 186 52 124 0 0.72 0.33 0.27 327.76 0.56 0.47
Hex BA 34 7C 0 48 21 1B 148 38 2F
Octal 272 64 174 0 110 41 33 510 70 57
Binary 10111010 110100 1111100 0 1001000 100001 11011 101001000 111000 101111

Color Harmonies of #BA347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA347C

Black with #BA347C

Text Example


Text Example

White with #BA347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA347C; }

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

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

background-color css

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

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

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

border-color css

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

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

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