Html Css Color HEX #BA2374 Medium Red Violet

📋 copy color: '#BA2374'

red 186 ◦ green 35 ◦ blue 116

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

Shades of Medium Red Violet #BA2374

Tints of Medium Red Violet #BA2374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.39%

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

R = 55.19%
G = 10.39%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA2374 (or 0xBA2374) is known color: Medium Red Violet. HEX triplet: BA, 23 and 74. RGB value is (186,35,116). Sum of RGB (Red+Green+Blue) = 186+35+116=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2374 is #45DC8B. Grayscale: #595959. Windows color (decimal): -4578444 or 7611322. OLE color: 7611322.

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

Color convert

RGB 186 35 116 -
CMYK 0 0.81 0.38 0.27
HSL 327.81º 0.68% 0.43% -
HSV(B) 327.81º 0.81% 0.73% -
XYZ 24 12.9 17.75 -
YUV 89.38 143.03 196.91 -
System Red Green Blue C M Y K H S L
Decimal 186 35 116 0 0.81 0.38 0.27 327.81 0.68 0.43
Hex BA 23 74 0 51 26 1B 148 44 2B
Octal 272 43 164 0 121 46 33 510 104 53
Binary 10111010 100011 1110100 0 1010001 100110 11011 101001000 1000100 101011

Color Harmonies of #BA2374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2374

Black with #BA2374

Text Example


Text Example

White with #BA2374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2374; }

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

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

background-color css

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

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

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

border-color css

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

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

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