Html Css Color HEX #BA04A3 Medium Violet Red

📋 copy color: '#BA04A3'

red 186 ◦ green 4 ◦ blue 163

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

Shades of Medium Violet Red #BA04A3

Tints of Medium Violet Red #BA04A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.18%

R = 52.69%
G = 1.13%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA04A3 (or 0xBA04A3) is known color: Medium Violet Red. HEX triplet: BA, 04 and A3. RGB value is (186,4,163). Sum of RGB (Red+Green+Blue) = 186+4+163=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 163 (64.06% from 255 or 46.18% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA04A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA04A3 is #45FB5C. Grayscale: #4C4C4C. Windows color (decimal): -4586333 or 10683578. OLE color: 10683578.

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

Color convert

RGB 186 4 163 -
CMYK 0 0.98 0.12 0.27
HSL 307.58º 0.96% 0.37% -
HSV(B) 307.58º 0.98% 0.73% -
XYZ 26.9 13.17 35.77 -
YUV 76.54 176.8 206.07 -
System Red Green Blue C M Y K H S L
Decimal 186 4 163 0 0.98 0.12 0.27 307.58 0.96 0.37
Hex BA 4 A3 0 62 C 1B 134 60 25
Octal 272 4 243 0 142 14 33 464 140 45
Binary 10111010 100 10100011 0 1100010 1100 11011 100110100 1100000 100101

Color Harmonies of #BA04A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04A3

Black with #BA04A3

Text Example


Text Example

White with #BA04A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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