Html Css Color HEX #BA048A Medium Violet Red

📋 copy color: '#BA048A'

red 186 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #BA048A

Tints of Medium Violet Red #BA048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 56.71%
G = 1.22%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA048A (or 0xBA048A) is known color: Medium Violet Red. HEX triplet: BA, 04 and 8A. RGB value is (186,4,138). Sum of RGB (Red+Green+Blue) = 186+4+138=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA048A is #45FB75. Grayscale: #494949. Windows color (decimal): -4586358 or 9045178. OLE color: 9045178.

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

Color convert

RGB 186 4 138 -
CMYK 0 0.98 0.26 0.27
HSL 315.82º 0.96% 0.37% -
HSV(B) 315.82º 0.98% 0.73% -
XYZ 24.88 12.36 25.12 -
YUV 73.69 164.3 208.1 -
System Red Green Blue C M Y K H S L
Decimal 186 4 138 0 0.98 0.26 0.27 315.82 0.96 0.37
Hex BA 4 8A 0 62 1A 1B 13C 60 25
Octal 272 4 212 0 142 32 33 474 140 45
Binary 10111010 100 10001010 0 1100010 11010 11011 100111100 1100000 100101

Color Harmonies of #BA048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA048A

Black with #BA048A

Text Example


Text Example

White with #BA048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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