Html Css Color HEX #BA2F79 Medium Red Violet

📋 copy color: '#BA2F79'

red 186 ◦ green 47 ◦ blue 121

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

Shades of Medium Red Violet #BA2F79

Tints of Medium Red Violet #BA2F79

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.28%

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 52.54%
G = 13.28%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA2F79 (or 0xBA2F79) is known color: Medium Red Violet. HEX triplet: BA, 2F and 79. RGB value is (186,47,121). Sum of RGB (Red+Green+Blue) = 186+47+121=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F79 is #45D086. Grayscale: #606060. Windows color (decimal): -4575367 or 7942074. OLE color: 7942074.

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

Color convert

RGB 186 47 121 -
CMYK 0 0.75 0.35 0.27
HSL 328.06º 0.6% 0.46% -
HSV(B) 328.06º 0.75% 0.73% -
XYZ 24.72 13.85 19.46 -
YUV 97 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 186 47 121 0 0.75 0.35 0.27 328.06 0.6 0.46
Hex BA 2F 79 0 4B 23 1B 148 3C 2E
Octal 272 57 171 0 113 43 33 510 74 56
Binary 10111010 101111 1111001 0 1001011 100011 11011 101001000 111100 101110

Color Harmonies of #BA2F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F79

Black with #BA2F79

Text Example


Text Example

White with #BA2F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F79; }

 p { color: rgb(186,47,121); }

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

background-color css

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

 a { background-color: rgb(186,47,121); }

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

border-color css

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

 span { border-color: rgb(186,47,121); }

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