Html Css Color HEX #BA2773 Medium Red Violet

📋 copy color: '#BA2773'

red 186 ◦ green 39 ◦ blue 115

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

Shades of Medium Red Violet #BA2773

Tints of Medium Red Violet #BA2773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 54.71%
G = 11.47%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA2773 (or 0xBA2773) is known color: Medium Red Violet. HEX triplet: BA, 27 and 73. RGB value is (186,39,115). Sum of RGB (Red+Green+Blue) = 186+39+115=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2773 is #45D88C. Grayscale: #5B5B5B. Windows color (decimal): -4577421 or 7546810. OLE color: 7546810.

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

Color convert

RGB 186 39 115 -
CMYK 0 0.79 0.38 0.27
HSL 328.98º 0.65% 0.44% -
HSV(B) 328.98º 0.79% 0.73% -
XYZ 24.07 13.13 17.48 -
YUV 91.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 186 39 115 0 0.79 0.38 0.27 328.98 0.65 0.44
Hex BA 27 73 0 4F 26 1B 149 41 2C
Octal 272 47 163 0 117 46 33 511 101 54
Binary 10111010 100111 1110011 0 1001111 100110 11011 101001001 1000001 101100

Color Harmonies of #BA2773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2773

Black with #BA2773

Text Example


Text Example

White with #BA2773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2773; }

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

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

background-color css

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

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

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

border-color css

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

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

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