Html Css Color HEX #BA048C Medium Violet Red

📋 copy color: '#BA048C'

red 186 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #BA048C

Tints of Medium Violet Red #BA048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.42%

R = 56.36%
G = 1.21%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA048C (or 0xBA048C) is known color: Medium Violet Red. HEX triplet: BA, 04 and 8C. RGB value is (186,4,140). Sum of RGB (Red+Green+Blue) = 186+4+140=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA048C is #45FB73. Grayscale: #494949. Windows color (decimal): -4586356 or 9176250. OLE color: 9176250.

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

Color convert

RGB 186 4 140 -
CMYK 0 0.98 0.25 0.27
HSL 315.16º 0.96% 0.37% -
HSV(B) 315.16º 0.98% 0.73% -
XYZ 25.03 12.42 25.89 -
YUV 73.92 165.3 207.94 -
System Red Green Blue C M Y K H S L
Decimal 186 4 140 0 0.98 0.25 0.27 315.16 0.96 0.37
Hex BA 4 8C 0 62 19 1B 13B 60 25
Octal 272 4 214 0 142 31 33 473 140 45
Binary 10111010 100 10001100 0 1100010 11001 11011 100111011 1100000 100101

Color Harmonies of #BA048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA048C

Black with #BA048C

Text Example


Text Example

White with #BA048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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