Html Css Color HEX #BA049A Medium Violet Red

📋 copy color: '#BA049A'

red 186 ◦ green 4 ◦ blue 154

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

Shades of Medium Violet Red #BA049A

Tints of Medium Violet Red #BA049A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

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

R = 54.07%
G = 1.16%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA049A (or 0xBA049A) is known color: Medium Violet Red. HEX triplet: BA, 04 and 9A. RGB value is (186,4,154). Sum of RGB (Red+Green+Blue) = 186+4+154=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA049A is #45FB65. Grayscale: #4B4B4B. Windows color (decimal): -4586342 or 10093754. OLE color: 10093754.

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

Color convert

RGB 186 4 154 -
CMYK 0 0.98 0.17 0.27
HSL 310.55º 0.96% 0.37% -
HSV(B) 310.55º 0.98% 0.73% -
XYZ 26.13 12.86 31.68 -
YUV 75.52 172.3 206.8 -
System Red Green Blue C M Y K H S L
Decimal 186 4 154 0 0.98 0.17 0.27 310.55 0.96 0.37
Hex BA 4 9A 0 62 11 1B 137 60 25
Octal 272 4 232 0 142 21 33 467 140 45
Binary 10111010 100 10011010 0 1100010 10001 11011 100110111 1100000 100101

Color Harmonies of #BA049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA049A

Black with #BA049A

Text Example


Text Example

White with #BA049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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