Html Css Color HEX #BA1DA0 Medium Violet Red

📋 copy color: '#BA1DA0'

red 186 ◦ green 29 ◦ blue 160

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

Shades of Medium Violet Red #BA1DA0

Tints of Medium Violet Red #BA1DA0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.73%

 BLUE value IS 160 (62.89% from 255) = 42.67%

R = 49.6%
G = 7.73%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA1DA0 (or 0xBA1DA0) is known color: Medium Violet Red. HEX triplet: BA, 1D and A0. RGB value is (186,29,160). Sum of RGB (Red+Green+Blue) = 186+29+160=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1DA0 is #45E25F. Grayscale: #5A5A5A. Windows color (decimal): -4579936 or 10493370. OLE color: 10493370.

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

Color convert

RGB 186 29 160 -
CMYK 0 0.84 0.14 0.27
HSL 309.94º 0.73% 0.42% -
HSV(B) 309.94º 0.84% 0.73% -
XYZ 27.03 13.86 34.51 -
YUV 90.88 167.01 195.85 -
System Red Green Blue C M Y K H S L
Decimal 186 29 160 0 0.84 0.14 0.27 309.94 0.73 0.42
Hex BA 1D A0 0 54 E 1B 136 49 2A
Octal 272 35 240 0 124 16 33 466 111 52
Binary 10111010 11101 10100000 0 1010100 1110 11011 100110110 1001001 101010

Color Harmonies of #BA1DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DA0

Black with #BA1DA0

Text Example


Text Example

White with #BA1DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DA0; }

 p { color: rgb(186,29,160); }

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

background-color css

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

 a { background-color: rgb(186,29,160); }

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

border-color css

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

 span { border-color: rgb(186,29,160); }

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