Html Css Color HEX #BA1A8A Medium Violet Red

📋 copy color: '#BA1A8A'

red 186 ◦ green 26 ◦ blue 138

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

Shades of Medium Violet Red #BA1A8A

Tints of Medium Violet Red #BA1A8A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.43%

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 53.14%
G = 7.43%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA1A8A (or 0xBA1A8A) is known color: Medium Violet Red. HEX triplet: BA, 1A and 8A. RGB value is (186,26,138). Sum of RGB (Red+Green+Blue) = 186+26+138=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1A8A is #45E575. Grayscale: #565656. Windows color (decimal): -4580726 or 9050810. OLE color: 9050810.

HSL color Cylindrical-coordinate representation of color #BA1A8A: hue angle of 318º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A8A is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 26 138 -
CMYK 0 0.86 0.26 0.27
HSL 318º 0.75% 0.42% -
HSV(B) 318º 0.86% 0.73% -
XYZ 25.21 13.01 25.23 -
YUV 86.61 157.01 198.89 -
System Red Green Blue C M Y K H S L
Decimal 186 26 138 0 0.86 0.26 0.27 318 0.75 0.42
Hex BA 1A 8A 0 56 1A 1B 13E 4B 2A
Octal 272 32 212 0 126 32 33 476 113 52
Binary 10111010 11010 10001010 0 1010110 11010 11011 100111110 1001011 101010

Color Harmonies of #BA1A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A8A

Black with #BA1A8A

Text Example


Text Example

White with #BA1A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A8A; }

 p { color: rgb(186,26,138); }

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

background-color css

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

 a { background-color: rgb(186,26,138); }

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

border-color css

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

 span { border-color: rgb(186,26,138); }

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