Html Css Color HEX #BA2789 Medium Red Violet

📋 copy color: '#BA2789'

red 186 ◦ green 39 ◦ blue 137

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

Shades of Medium Red Violet #BA2789

Tints of Medium Red Violet #BA2789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.85%

R = 51.38%
G = 10.77%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA2789 (or 0xBA2789) is known color: Medium Red Violet. HEX triplet: BA, 27 and 89. RGB value is (186,39,137). Sum of RGB (Red+Green+Blue) = 186+39+137=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2789 is #45D876. Grayscale: #5D5D5D. Windows color (decimal): -4577399 or 8988602. OLE color: 8988602.

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

Color convert

RGB 186 39 137 -
CMYK 0 0.79 0.26 0.27
HSL 320º 0.65% 0.44% -
HSV(B) 320º 0.79% 0.73% -
XYZ 25.49 13.7 24.97 -
YUV 94.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 186 39 137 0 0.79 0.26 0.27 320 0.65 0.44
Hex BA 27 89 0 4F 1A 1B 140 41 2C
Octal 272 47 211 0 117 32 33 500 101 54
Binary 10111010 100111 10001001 0 1001111 11010 11011 101000000 1000001 101100

Color Harmonies of #BA2789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2789

Black with #BA2789

Text Example


Text Example

White with #BA2789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2789; }

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

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

background-color css

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

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

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

border-color css

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

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

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