Html Css Color HEX #BA0391 Medium Violet Red

📋 copy color: '#BA0391'

red 186 ◦ green 3 ◦ blue 145

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

Shades of Medium Violet Red #BA0391

Tints of Medium Violet Red #BA0391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 145 (57.03% from 255) = 43.41%

R = 55.69%
G = 0.9%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA0391 (or 0xBA0391) is known color: Medium Violet Red. HEX triplet: BA, 03 and 91. RGB value is (186,3,145). Sum of RGB (Red+Green+Blue) = 186+3+145=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0391 is #45FC6E. Grayscale: #494949. Windows color (decimal): -4586607 or 9503674. OLE color: 9503674.

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

Color convert

RGB 186 3 145 -
CMYK 0 0.98 0.22 0.27
HSL 313.44º 0.97% 0.37% -
HSV(B) 313.44º 0.98% 0.73% -
XYZ 25.39 12.55 27.87 -
YUV 73.91 168.13 207.95 -
System Red Green Blue C M Y K H S L
Decimal 186 3 145 0 0.98 0.22 0.27 313.44 0.97 0.37
Hex BA 3 91 0 62 16 1B 139 61 25
Octal 272 3 221 0 142 26 33 471 141 45
Binary 10111010 11 10010001 0 1100010 10110 11011 100111001 1100001 100101

Color Harmonies of #BA0391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0391

Black with #BA0391

Text Example


Text Example

White with #BA0391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0391; }

 p { color: rgb(186,3,145); }

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

background-color css

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

 a { background-color: rgb(186,3,145); }

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

border-color css

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

 span { border-color: rgb(186,3,145); }

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