Html Css Color HEX #BA1A7A Medium Violet Red

📋 copy color: '#BA1A7A'

red 186 ◦ green 26 ◦ blue 122

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

Shades of Medium Violet Red #BA1A7A

Tints of Medium Violet Red #BA1A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 55.69%
G = 7.78%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA1A7A (or 0xBA1A7A) is known color: Medium Violet Red. HEX triplet: BA, 1A and 7A. RGB value is (186,26,122). Sum of RGB (Red+Green+Blue) = 186+26+122=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1A7A is #45E585. Grayscale: #545454. Windows color (decimal): -4580742 or 8002234. OLE color: 8002234.

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

Color convert

RGB 186 26 122 -
CMYK 0 0.86 0.34 0.27
HSL 324º 0.75% 0.42% -
HSV(B) 324º 0.86% 0.73% -
XYZ 24.13 12.58 19.57 -
YUV 84.78 149.01 200.19 -
System Red Green Blue C M Y K H S L
Decimal 186 26 122 0 0.86 0.34 0.27 324 0.75 0.42
Hex BA 1A 7A 0 56 22 1B 144 4B 2A
Octal 272 32 172 0 126 42 33 504 113 52
Binary 10111010 11010 1111010 0 1010110 100010 11011 101000100 1001011 101010

Color Harmonies of #BA1A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A7A

Black with #BA1A7A

Text Example


Text Example

White with #BA1A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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