Html Css Color HEX #BA1BAA Medium Violet Red

📋 copy color: '#BA1BAA'

red 186 ◦ green 27 ◦ blue 170

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

Shades of Medium Violet Red #BA1BAA

Tints of Medium Violet Red #BA1BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.05%

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 48.56%
G = 7.05%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA1BAA (or 0xBA1BAA) is known color: Medium Violet Red. HEX triplet: BA, 1B and AA. RGB value is (186,27,170). Sum of RGB (Red+Green+Blue) = 186+27+170=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1BAA is #45E455. Grayscale: #5A5A5A. Windows color (decimal): -4580438 or 11148218. OLE color: 11148218.

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

Color convert

RGB 186 27 170 -
CMYK 0 0.85 0.09 0.27
HSL 306.04º 0.75% 0.42% -
HSV(B) 306.04º 0.85% 0.73% -
XYZ 27.9 14.13 39.29 -
YUV 90.84 172.68 195.87 -
System Red Green Blue C M Y K H S L
Decimal 186 27 170 0 0.85 0.09 0.27 306.04 0.75 0.42
Hex BA 1B AA 0 55 9 1B 132 4B 2A
Octal 272 33 252 0 125 11 33 462 113 52
Binary 10111010 11011 10101010 0 1010101 1001 11011 100110010 1001011 101010

Color Harmonies of #BA1BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1BAA

Black with #BA1BAA

Text Example


Text Example

White with #BA1BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1BAA; }

 p { color: rgb(186,27,170); }

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

background-color css

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

 a { background-color: rgb(186,27,170); }

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

border-color css

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

 span { border-color: rgb(186,27,170); }

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