Html Css Color HEX #BA189C Medium Violet Red

📋 copy color: '#BA189C'

red 186 ◦ green 24 ◦ blue 156

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

Shades of Medium Violet Red #BA189C

Tints of Medium Violet Red #BA189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.62%

R = 50.82%
G = 6.56%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA189C (or 0xBA189C) is known color: Medium Violet Red. HEX triplet: BA, 18 and 9C. RGB value is (186,24,156). Sum of RGB (Red+Green+Blue) = 186+24+156=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA189C is #45E763. Grayscale: #575757. Windows color (decimal): -4581220 or 10229946. OLE color: 10229946.

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

Color convert

RGB 186 24 156 -
CMYK 0 0.87 0.16 0.27
HSL 311.11º 0.77% 0.41% -
HSV(B) 311.11º 0.87% 0.73% -
XYZ 26.58 13.49 32.66 -
YUV 87.49 166.67 198.27 -
System Red Green Blue C M Y K H S L
Decimal 186 24 156 0 0.87 0.16 0.27 311.11 0.77 0.41
Hex BA 18 9C 0 57 10 1B 137 4D 29
Octal 272 30 234 0 127 20 33 467 115 51
Binary 10111010 11000 10011100 0 1010111 10000 11011 100110111 1001101 101001

Color Harmonies of #BA189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA189C

Black with #BA189C

Text Example


Text Example

White with #BA189C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA189C; }

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

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

background-color css

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

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

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

border-color css

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

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

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