Html Css Color HEX #BA189B Medium Violet Red

📋 copy color: '#BA189B'

red 186 ◦ green 24 ◦ blue 155

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

Shades of Medium Violet Red #BA189B

Tints of Medium Violet Red #BA189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.58%

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 50.96%
G = 6.58%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA189B (or 0xBA189B) is known color: Medium Violet Red. HEX triplet: BA, 18 and 9B. RGB value is (186,24,155). Sum of RGB (Red+Green+Blue) = 186+24+155=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA189B is #45E764. Grayscale: #575757. Windows color (decimal): -4581221 or 10164410. OLE color: 10164410.

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

Color convert

RGB 186 24 155 -
CMYK 0 0.87 0.17 0.27
HSL 311.48º 0.77% 0.41% -
HSV(B) 311.48º 0.87% 0.73% -
XYZ 26.49 13.46 32.21 -
YUV 87.37 166.17 198.35 -
System Red Green Blue C M Y K H S L
Decimal 186 24 155 0 0.87 0.17 0.27 311.48 0.77 0.41
Hex BA 18 9B 0 57 11 1B 137 4D 29
Octal 272 30 233 0 127 21 33 467 115 51
Binary 10111010 11000 10011011 0 1010111 10001 11011 100110111 1001101 101001

Color Harmonies of #BA189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA189B

Black with #BA189B

Text Example


Text Example

White with #BA189B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA189B; }

 p { color: rgb(186,24,155); }

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

background-color css

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

 a { background-color: rgb(186,24,155); }

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

border-color css

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

 span { border-color: rgb(186,24,155); }

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