Html Css Color HEX #BA2671 Medium Red Violet

📋 copy color: '#BA2671'

red 186 ◦ green 38 ◦ blue 113

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

Shades of Medium Red Violet #BA2671

Tints of Medium Red Violet #BA2671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.28%

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

R = 55.19%
G = 11.28%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA2671 (or 0xBA2671) is known color: Medium Red Violet. HEX triplet: BA, 26 and 71. RGB value is (186,38,113). Sum of RGB (Red+Green+Blue) = 186+38+113=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2671 is #45D98E. Grayscale: #5A5A5A. Windows color (decimal): -4577679 or 7415482. OLE color: 7415482.

HSL color Cylindrical-coordinate representation of color #BA2671: hue angle of 329.59º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2671 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 38 113 -
CMYK 0 0.80 0.39 0.27
HSL 329.59º 0.66% 0.44% -
HSV(B) 329.59º 0.8% 0.73% -
XYZ 23.92 13.02 16.87 -
YUV 90.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 186 38 113 0 0.80 0.39 0.27 329.59 0.66 0.44
Hex BA 26 71 0 50 27 1B 14A 42 2C
Octal 272 46 161 0 120 47 33 512 102 54
Binary 10111010 100110 1110001 0 1010000 100111 11011 101001010 1000010 101100

Color Harmonies of #BA2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2671

Black with #BA2671

Text Example


Text Example

White with #BA2671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2671; }

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

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

background-color css

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

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

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

border-color css

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

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

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