Html Css Color HEX #BA3071 Medium Red Violet

📋 copy color: '#BA3071'

red 186 ◦ green 48 ◦ blue 113

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

Shades of Medium Red Violet #BA3071

Tints of Medium Red Violet #BA3071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

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

R = 53.6%
G = 13.83%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA3071 (or 0xBA3071) is known color: Medium Red Violet. HEX triplet: BA, 30 and 71. RGB value is (186,48,113). Sum of RGB (Red+Green+Blue) = 186+48+113=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3071 is #45CF8E. Grayscale: #606060. Windows color (decimal): -4575119 or 7418042. OLE color: 7418042.

HSL color Cylindrical-coordinate representation of color #BA3071: hue angle of 331.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3071 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 48 113 -
CMYK 0 0.74 0.39 0.27
HSL 331.74º 0.59% 0.46% -
HSV(B) 331.74º 0.74% 0.73% -
XYZ 24.29 13.75 17 -
YUV 96.67 137.22 191.71 -
System Red Green Blue C M Y K H S L
Decimal 186 48 113 0 0.74 0.39 0.27 331.74 0.59 0.46
Hex BA 30 71 0 4A 27 1B 14C 3B 2E
Octal 272 60 161 0 112 47 33 514 73 56
Binary 10111010 110000 1110001 0 1001010 100111 11011 101001100 111011 101110

Color Harmonies of #BA3071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3071

Black with #BA3071

Text Example


Text Example

White with #BA3071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3071; }

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

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

background-color css

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

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

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

border-color css

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

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

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