Html Css Color HEX #BA3E95 Medium Red Violet

📋 copy color: '#BA3E95'

red 186 ◦ green 62 ◦ blue 149

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

Shades of Medium Red Violet #BA3E95

Tints of Medium Red Violet #BA3E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 46.85%
G = 15.62%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA3E95 (or 0xBA3E95) is known color: Medium Red Violet. HEX triplet: BA, 3E and 95. RGB value is (186,62,149). Sum of RGB (Red+Green+Blue) = 186+62+149=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3E95 is #45C16A. Grayscale: #6C6C6C. Windows color (decimal): -4571499 or 9780922. OLE color: 9780922.

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

Color convert

RGB 186 62 149 -
CMYK 0 0.67 0.20 0.27
HSL 317.9º 0.5% 0.49% -
HSV(B) 317.9º 0.67% 0.73% -
XYZ 27.4 16.05 30.09 -
YUV 108.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 186 62 149 0 0.67 0.20 0.27 317.9 0.5 0.49
Hex BA 3E 95 0 43 14 1B 13E 32 31
Octal 272 76 225 0 103 24 33 476 62 61
Binary 10111010 111110 10010101 0 1000011 10100 11011 100111110 110010 110001

Color Harmonies of #BA3E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E95

Black with #BA3E95

Text Example


Text Example

White with #BA3E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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