Html Css Color HEX #BA2174 Medium Red Violet

📋 copy color: '#BA2174'

red 186 ◦ green 33 ◦ blue 116

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

Shades of Medium Red Violet #BA2174

Tints of Medium Red Violet #BA2174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.85%

 BLUE value IS 116 (45.7% from 255) = 34.63%

R = 55.52%
G = 9.85%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA2174 (or 0xBA2174) is known color: Medium Red Violet. HEX triplet: BA, 21 and 74. RGB value is (186,33,116). Sum of RGB (Red+Green+Blue) = 186+33+116=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2174 is #45DE8B. Grayscale: #585858. Windows color (decimal): -4578956 or 7610810. OLE color: 7610810.

HSL color Cylindrical-coordinate representation of color #BA2174: hue angle of 327.45º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2174 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 33 116 -
CMYK 0 0.82 0.38 0.27
HSL 327.45º 0.7% 0.43% -
HSV(B) 327.45º 0.82% 0.73% -
XYZ 23.95 12.79 17.73 -
YUV 88.21 143.69 197.75 -
System Red Green Blue C M Y K H S L
Decimal 186 33 116 0 0.82 0.38 0.27 327.45 0.7 0.43
Hex BA 21 74 0 52 26 1B 147 46 2B
Octal 272 41 164 0 122 46 33 507 106 53
Binary 10111010 100001 1110100 0 1010010 100110 11011 101000111 1000110 101011

Color Harmonies of #BA2174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2174

Black with #BA2174

Text Example


Text Example

White with #BA2174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2174; }

 p { color: rgb(186,33,116); }

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

background-color css

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

 a { background-color: rgb(186,33,116); }

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

border-color css

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

 span { border-color: rgb(186,33,116); }

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