Html Css Color HEX #BA3FA1 Medium Red Violet

📋 copy color: '#BA3FA1'

red 186 ◦ green 63 ◦ blue 161

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

Shades of Medium Red Violet #BA3FA1

Tints of Medium Red Violet #BA3FA1

RGB

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

 GREEN value IS 63 (25% from 255) = 15.37%

 BLUE value IS 161 (63.28% from 255) = 39.27%

R = 45.37%
G = 15.37%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA3FA1 (or 0xBA3FA1) is known color: Medium Red Violet. HEX triplet: BA, 3F and A1. RGB value is (186,63,161). Sum of RGB (Red+Green+Blue) = 186+63+161=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3FA1 is #45C05E. Grayscale: #6E6E6E. Windows color (decimal): -4571231 or 10567610. OLE color: 10567610.

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

Color convert

RGB 186 63 161 -
CMYK 0 0.66 0.13 0.27
HSL 312.2º 0.49% 0.49% -
HSV(B) 312.2º 0.66% 0.73% -
XYZ 28.46 16.57 35.42 -
YUV 110.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 186 63 161 0 0.66 0.13 0.27 312.2 0.49 0.49
Hex BA 3F A1 0 42 D 1B 138 31 31
Octal 272 77 241 0 102 15 33 470 61 61
Binary 10111010 111111 10100001 0 1000010 1101 11011 100111000 110001 110001

Color Harmonies of #BA3FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FA1

Black with #BA3FA1

Text Example


Text Example

White with #BA3FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FA1; }

 p { color: rgb(186,63,161); }

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

background-color css

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

 a { background-color: rgb(186,63,161); }

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

border-color css

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

 span { border-color: rgb(186,63,161); }

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