Html Css Color HEX #BA3AA0 Medium Red Violet

📋 copy color: '#BA3AA0'

red 186 ◦ green 58 ◦ blue 160

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

Shades of Medium Red Violet #BA3AA0

Tints of Medium Red Violet #BA3AA0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.36%

 BLUE value IS 160 (62.89% from 255) = 39.6%

R = 46.04%
G = 14.36%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA3AA0 (or 0xBA3AA0) is known color: Medium Red Violet. HEX triplet: BA, 3A and A0. RGB value is (186,58,160). Sum of RGB (Red+Green+Blue) = 186+58+160=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3AA0 is #45C55F. Grayscale: #6B6B6B. Windows color (decimal): -4572512 or 10500794. OLE color: 10500794.

HSL color Cylindrical-coordinate representation of color #BA3AA0: hue angle of 312.19º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3AA0 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 58 160 -
CMYK 0 0.69 0.14 0.27
HSL 312.19º 0.52% 0.48% -
HSV(B) 312.19º 0.69% 0.73% -
XYZ 28.11 16 34.87 -
YUV 107.9 157.41 183.71 -
System Red Green Blue C M Y K H S L
Decimal 186 58 160 0 0.69 0.14 0.27 312.19 0.52 0.48
Hex BA 3A A0 0 45 E 1B 138 34 30
Octal 272 72 240 0 105 16 33 470 64 60
Binary 10111010 111010 10100000 0 1000101 1110 11011 100111000 110100 110000

Color Harmonies of #BA3AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3AA0

Black with #BA3AA0

Text Example


Text Example

White with #BA3AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3AA0; }

 p { color: rgb(186,58,160); }

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

background-color css

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

 a { background-color: rgb(186,58,160); }

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

border-color css

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

 span { border-color: rgb(186,58,160); }

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