Html Css Color HEX #BA1789 Medium Violet Red

📋 copy color: '#BA1789'

red 186 ◦ green 23 ◦ blue 137

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

Shades of Medium Violet Red #BA1789

Tints of Medium Violet Red #BA1789

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.65%

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

R = 53.76%
G = 6.65%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA1789 (or 0xBA1789) is known color: Medium Violet Red. HEX triplet: BA, 17 and 89. RGB value is (186,23,137). Sum of RGB (Red+Green+Blue) = 186+23+137=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1789 is #45E876. Grayscale: #545454. Windows color (decimal): -4581495 or 8984506. OLE color: 8984506.

HSL color Cylindrical-coordinate representation of color #BA1789: hue angle of 318.04º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1789 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 23 137 -
CMYK 0 0.88 0.26 0.27
HSL 318.04º 0.78% 0.41% -
HSV(B) 318.04º 0.88% 0.73% -
XYZ 25.07 12.86 24.83 -
YUV 84.73 157.5 200.23 -
System Red Green Blue C M Y K H S L
Decimal 186 23 137 0 0.88 0.26 0.27 318.04 0.78 0.41
Hex BA 17 89 0 58 1A 1B 13E 4E 29
Octal 272 27 211 0 130 32 33 476 116 51
Binary 10111010 10111 10001001 0 1011000 11010 11011 100111110 1001110 101001

Color Harmonies of #BA1789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1789

Black with #BA1789

Text Example


Text Example

White with #BA1789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1789; }

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

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

background-color css

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

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

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

border-color css

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

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

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