Html Css Color HEX #BA048D Medium Violet Red

📋 copy color: '#BA048D'

red 186 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #BA048D

Tints of Medium Violet Red #BA048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 56.19%
G = 1.21%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA048D (or 0xBA048D) is known color: Medium Violet Red. HEX triplet: BA, 04 and 8D. RGB value is (186,4,141). Sum of RGB (Red+Green+Blue) = 186+4+141=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA048D is #45FB72. Grayscale: #494949. Windows color (decimal): -4586355 or 9241786. OLE color: 9241786.

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

Color convert

RGB 186 4 141 -
CMYK 0 0.98 0.24 0.27
HSL 314.84º 0.96% 0.37% -
HSV(B) 314.84º 0.98% 0.73% -
XYZ 25.1 12.45 26.28 -
YUV 74.04 165.8 207.86 -
System Red Green Blue C M Y K H S L
Decimal 186 4 141 0 0.98 0.24 0.27 314.84 0.96 0.37
Hex BA 4 8D 0 62 18 1B 13B 60 25
Octal 272 4 215 0 142 30 33 473 140 45
Binary 10111010 100 10001101 0 1100010 11000 11011 100111011 1100000 100101

Color Harmonies of #BA048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA048D

Black with #BA048D

Text Example


Text Example

White with #BA048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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