Html Css Color HEX #BA048F Medium Violet Red

📋 copy color: '#BA048F'

red 186 ◦ green 4 ◦ blue 143

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

Shades of Medium Violet Red #BA048F

Tints of Medium Violet Red #BA048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 55.86%
G = 1.2%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA048F (or 0xBA048F) is known color: Medium Violet Red. HEX triplet: BA, 04 and 8F. RGB value is (186,4,143). Sum of RGB (Red+Green+Blue) = 186+4+143=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA048F is #45FB70. Grayscale: #494949. Windows color (decimal): -4586353 or 9372858. OLE color: 9372858.

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

Color convert

RGB 186 4 143 -
CMYK 0 0.98 0.23 0.27
HSL 314.18º 0.96% 0.37% -
HSV(B) 314.18º 0.98% 0.73% -
XYZ 25.25 12.51 27.07 -
YUV 74.26 166.8 207.7 -
System Red Green Blue C M Y K H S L
Decimal 186 4 143 0 0.98 0.23 0.27 314.18 0.96 0.37
Hex BA 4 8F 0 62 17 1B 13A 60 25
Octal 272 4 217 0 142 27 33 472 140 45
Binary 10111010 100 10001111 0 1100010 10111 11011 100111010 1100000 100101

Color Harmonies of #BA048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA048F

Black with #BA048F

Text Example


Text Example

White with #BA048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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