Html Css Color HEX #BA1689 Medium Violet Red

📋 copy color: '#BA1689'

red 186 ◦ green 22 ◦ blue 137

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

Shades of Medium Violet Red #BA1689

Tints of Medium Violet Red #BA1689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.38%

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

R = 53.91%
G = 6.38%
B = 39.71%

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

#BA1689 (or 0xBA1689) is known color: Medium Violet Red. HEX triplet: BA, 16 and 89. RGB value is (186,22,137). Sum of RGB (Red+Green+Blue) = 186+22+137=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1689 is #45E976. Grayscale: #535353. Windows color (decimal): -4581751 or 8984250. OLE color: 8984250.

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

Color convert

RGB 186 22 137 -
CMYK 0 0.88 0.26 0.27
HSL 317.93º 0.79% 0.41% -
HSV(B) 317.93º 0.88% 0.73% -
XYZ 25.05 12.82 24.82 -
YUV 84.15 157.83 200.65 -
System Red Green Blue C M Y K H S L
Decimal 186 22 137 0 0.88 0.26 0.27 317.93 0.79 0.41
Hex BA 16 89 0 58 1A 1B 13E 4F 29
Octal 272 26 211 0 130 32 33 476 117 51
Binary 10111010 10110 10001001 0 1011000 11010 11011 100111110 1001111 101001

Color Harmonies of #BA1689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1689

Black with #BA1689

Text Example


Text Example

White with #BA1689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1689; }

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

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

background-color css

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

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

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

border-color css

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

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

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