Html Css Color HEX #BA1A6D Medium Violet Red

📋 copy color: '#BA1A6D'

red 186 ◦ green 26 ◦ blue 109

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

Shades of Medium Violet Red #BA1A6D

Tints of Medium Violet Red #BA1A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 57.94%
G = 8.1%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA1A6D (or 0xBA1A6D) is known color: Medium Violet Red. HEX triplet: BA, 1A and 6D. RGB value is (186,26,109). Sum of RGB (Red+Green+Blue) = 186+26+109=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA1A6D is #45E592. Grayscale: #535353. Windows color (decimal): -4580755 or 7150266. OLE color: 7150266.

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

Color convert

RGB 186 26 109 -
CMYK 0 0.86 0.41 0.27
HSL 328.88º 0.75% 0.42% -
HSV(B) 328.88º 0.86% 0.73% -
XYZ 23.38 12.28 15.61 -
YUV 83.3 142.51 201.25 -
System Red Green Blue C M Y K H S L
Decimal 186 26 109 0 0.86 0.41 0.27 328.88 0.75 0.42
Hex BA 1A 6D 0 56 29 1B 149 4B 2A
Octal 272 32 155 0 126 51 33 511 113 52
Binary 10111010 11010 1101101 0 1010110 101001 11011 101001001 1001011 101010

Color Harmonies of #BA1A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A6D

Black with #BA1A6D

Text Example


Text Example

White with #BA1A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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