Html Css Color HEX #BA139E Medium Violet Red

📋 copy color: '#BA139E'

red 186 ◦ green 19 ◦ blue 158

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

Shades of Medium Violet Red #BA139E

Tints of Medium Violet Red #BA139E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.23%

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 51.24%
G = 5.23%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA139E (or 0xBA139E) is known color: Medium Violet Red. HEX triplet: BA, 13 and 9E. RGB value is (186,19,158). Sum of RGB (Red+Green+Blue) = 186+19+158=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA139E is #45EC61. Grayscale: #545454. Windows color (decimal): -4582498 or 10359738. OLE color: 10359738.

HSL color Cylindrical-coordinate representation of color #BA139E: hue angle of 310.06º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA139E is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 19 158 -
CMYK 0 0.90 0.15 0.27
HSL 310.06º 0.81% 0.4% -
HSV(B) 310.06º 0.9% 0.73% -
XYZ 26.65 13.37 33.52 -
YUV 84.78 169.33 200.2 -
System Red Green Blue C M Y K H S L
Decimal 186 19 158 0 0.90 0.15 0.27 310.06 0.81 0.4
Hex BA 13 9E 0 5A F 1B 136 51 28
Octal 272 23 236 0 132 17 33 466 121 50
Binary 10111010 10011 10011110 0 1011010 1111 11011 100110110 1010001 101000

Color Harmonies of #BA139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA139E

Black with #BA139E

Text Example


Text Example

White with #BA139E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA139E; }

 p { color: rgb(186,19,158); }

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

background-color css

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

 a { background-color: rgb(186,19,158); }

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

border-color css

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

 span { border-color: rgb(186,19,158); }

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