Html Css Color HEX #BA3EA0 Medium Red Violet

📋 copy color: '#BA3EA0'

red 186 ◦ green 62 ◦ blue 160

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

Shades of Medium Red Violet #BA3EA0

Tints of Medium Red Violet #BA3EA0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.2%

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

R = 45.59%
G = 15.2%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA3EA0 (or 0xBA3EA0) is known color: Medium Red Violet. HEX triplet: BA, 3E and A0. RGB value is (186,62,160). Sum of RGB (Red+Green+Blue) = 186+62+160=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3EA0 is #45C15F. Grayscale: #6D6D6D. Windows color (decimal): -4571488 or 10501818. OLE color: 10501818.

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

Color convert

RGB 186 62 160 -
CMYK 0 0.67 0.14 0.27
HSL 312.58º 0.5% 0.49% -
HSV(B) 312.58º 0.67% 0.73% -
XYZ 28.32 16.42 34.94 -
YUV 110.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 186 62 160 0 0.67 0.14 0.27 312.58 0.5 0.49
Hex BA 3E A0 0 43 E 1B 139 32 31
Octal 272 76 240 0 103 16 33 471 62 61
Binary 10111010 111110 10100000 0 1000011 1110 11011 100111001 110010 110001

Color Harmonies of #BA3EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3EA0

Black with #BA3EA0

Text Example


Text Example

White with #BA3EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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