Html Css Color HEX #BA3471 Medium Red Violet

📋 copy color: '#BA3471'

red 186 ◦ green 52 ◦ blue 113

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

Shades of Medium Red Violet #BA3471

Tints of Medium Red Violet #BA3471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 52.99%
G = 14.81%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA3471 (or 0xBA3471) is known color: Medium Red Violet. HEX triplet: BA, 34 and 71. RGB value is (186,52,113). Sum of RGB (Red+Green+Blue) = 186+52+113=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3471 is #45CB8E. Grayscale: #626262. Windows color (decimal): -4574095 or 7419066. OLE color: 7419066.

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

Color convert

RGB 186 52 113 -
CMYK 0 0.72 0.39 0.27
HSL 332.69º 0.56% 0.47% -
HSV(B) 332.69º 0.72% 0.73% -
XYZ 24.46 14.09 17.05 -
YUV 99.02 135.89 190.04 -
System Red Green Blue C M Y K H S L
Decimal 186 52 113 0 0.72 0.39 0.27 332.69 0.56 0.47
Hex BA 34 71 0 48 27 1B 14D 38 2F
Octal 272 64 161 0 110 47 33 515 70 57
Binary 10111010 110100 1110001 0 1001000 100111 11011 101001101 111000 101111

Color Harmonies of #BA3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3471

Black with #BA3471

Text Example


Text Example

White with #BA3471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3471; }

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

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

background-color css

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

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

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

border-color css

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

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

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