Html Css Color HEX #BA189A Medium Violet Red

📋 copy color: '#BA189A'

red 186 ◦ green 24 ◦ blue 154

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

Shades of Medium Violet Red #BA189A

Tints of Medium Violet Red #BA189A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.31%

R = 51.1%
G = 6.59%
B = 42.31%

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

#BA189A (or 0xBA189A) is known color: Medium Violet Red. HEX triplet: BA, 18 and 9A. RGB value is (186,24,154). Sum of RGB (Red+Green+Blue) = 186+24+154=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA189A is #45E765. Grayscale: #565656. Windows color (decimal): -4581222 or 10098874. OLE color: 10098874.

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

Color convert

RGB 186 24 154 -
CMYK 0 0.87 0.17 0.27
HSL 311.85º 0.77% 0.41% -
HSV(B) 311.85º 0.87% 0.73% -
XYZ 26.41 13.43 31.77 -
YUV 87.26 165.67 198.43 -
System Red Green Blue C M Y K H S L
Decimal 186 24 154 0 0.87 0.17 0.27 311.85 0.77 0.41
Hex BA 18 9A 0 57 11 1B 138 4D 29
Octal 272 30 232 0 127 21 33 470 115 51
Binary 10111010 11000 10011010 0 1010111 10001 11011 100111000 1001101 101001

Color Harmonies of #BA189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA189A

Black with #BA189A

Text Example


Text Example

White with #BA189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA189A; }

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

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

background-color css

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

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

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

border-color css

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

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

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