Html Css Color HEX #BA049F Medium Violet Red

📋 copy color: '#BA049F'

red 186 ◦ green 4 ◦ blue 159

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

Shades of Medium Violet Red #BA049F

Tints of Medium Violet Red #BA049F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.56%

R = 53.3%
G = 1.15%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA049F (or 0xBA049F) is known color: Medium Violet Red. HEX triplet: BA, 04 and 9F. RGB value is (186,4,159). Sum of RGB (Red+Green+Blue) = 186+4+159=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA049F is #45FB60. Grayscale: #4B4B4B. Windows color (decimal): -4586337 or 10421434. OLE color: 10421434.

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

Color convert

RGB 186 4 159 -
CMYK 0 0.98 0.15 0.27
HSL 308.9º 0.96% 0.37% -
HSV(B) 308.9º 0.98% 0.73% -
XYZ 26.55 13.03 33.92 -
YUV 76.09 174.8 206.4 -
System Red Green Blue C M Y K H S L
Decimal 186 4 159 0 0.98 0.15 0.27 308.9 0.96 0.37
Hex BA 4 9F 0 62 F 1B 135 60 25
Octal 272 4 237 0 142 17 33 465 140 45
Binary 10111010 100 10011111 0 1100010 1111 11011 100110101 1100000 100101

Color Harmonies of #BA049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA049F

Black with #BA049F

Text Example


Text Example

White with #BA049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA049F; }

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

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

background-color css

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

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

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

border-color css

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

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

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