Html Css Color HEX #BA1AA7 Medium Violet Red

📋 copy color: '#BA1AA7'

red 186 ◦ green 26 ◦ blue 167

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

Shades of Medium Violet Red #BA1AA7

Tints of Medium Violet Red #BA1AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.06%

R = 49.08%
G = 6.86%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA1AA7 (or 0xBA1AA7) is known color: Medium Violet Red. HEX triplet: BA, 1A and A7. RGB value is (186,26,167). Sum of RGB (Red+Green+Blue) = 186+26+167=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1AA7 is #45E558. Grayscale: #595959. Windows color (decimal): -4580697 or 10951354. OLE color: 10951354.

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

Color convert

RGB 186 26 167 -
CMYK 0 0.86 0.10 0.27
HSL 307.13º 0.75% 0.42% -
HSV(B) 307.13º 0.86% 0.73% -
XYZ 27.59 13.97 37.8 -
YUV 89.91 171.51 196.54 -
System Red Green Blue C M Y K H S L
Decimal 186 26 167 0 0.86 0.10 0.27 307.13 0.75 0.42
Hex BA 1A A7 0 56 A 1B 133 4B 2A
Octal 272 32 247 0 126 12 33 463 113 52
Binary 10111010 11010 10100111 0 1010110 1010 11011 100110011 1001011 101010

Color Harmonies of #BA1AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1AA7

Black with #BA1AA7

Text Example


Text Example

White with #BA1AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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