Html Css Color HEX #BA2677 Medium Red Violet

📋 copy color: '#BA2677'

red 186 ◦ green 38 ◦ blue 119

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

Shades of Medium Red Violet #BA2677

Tints of Medium Red Violet #BA2677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 54.23%
G = 11.08%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA2677 (or 0xBA2677) is known color: Medium Red Violet. HEX triplet: BA, 26 and 77. RGB value is (186,38,119). Sum of RGB (Red+Green+Blue) = 186+38+119=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2677 is #45D988. Grayscale: #5B5B5B. Windows color (decimal): -4577673 or 7808698. OLE color: 7808698.

HSL color Cylindrical-coordinate representation of color #BA2677: hue angle of 327.16º 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 #BA2677 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 38 119 -
CMYK 0 0.80 0.36 0.27
HSL 327.16º 0.66% 0.44% -
HSV(B) 327.16º 0.8% 0.73% -
XYZ 24.27 13.16 18.71 -
YUV 91.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 186 38 119 0 0.80 0.36 0.27 327.16 0.66 0.44
Hex BA 26 77 0 50 24 1B 147 42 2C
Octal 272 46 167 0 120 44 33 507 102 54
Binary 10111010 100110 1110111 0 1010000 100100 11011 101000111 1000010 101100

Color Harmonies of #BA2677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2677

Black with #BA2677

Text Example


Text Example

White with #BA2677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2677; }

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

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

background-color css

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

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

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

border-color css

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

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

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