Html Css Color HEX #BA2779 Medium Red Violet

📋 copy color: '#BA2779'

red 186 ◦ green 39 ◦ blue 121

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

Shades of Medium Red Violet #BA2779

Tints of Medium Red Violet #BA2779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

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

R = 53.76%
G = 11.27%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA2779 (or 0xBA2779) is known color: Medium Red Violet. HEX triplet: BA, 27 and 79. RGB value is (186,39,121). Sum of RGB (Red+Green+Blue) = 186+39+121=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2779 is #45D886. Grayscale: #5C5C5C. Windows color (decimal): -4577415 or 7940026. OLE color: 7940026.

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

Color convert

RGB 186 39 121 -
CMYK 0 0.79 0.35 0.27
HSL 326.53º 0.65% 0.44% -
HSV(B) 326.53º 0.79% 0.73% -
XYZ 24.43 13.27 19.36 -
YUV 92.3 144.2 194.83 -
System Red Green Blue C M Y K H S L
Decimal 186 39 121 0 0.79 0.35 0.27 326.53 0.65 0.44
Hex BA 27 79 0 4F 23 1B 147 41 2C
Octal 272 47 171 0 117 43 33 507 101 54
Binary 10111010 100111 1111001 0 1001111 100011 11011 101000111 1000001 101100

Color Harmonies of #BA2779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2779

Black with #BA2779

Text Example


Text Example

White with #BA2779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2779; }

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

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

background-color css

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

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

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

border-color css

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

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

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