Html Css Color HEX #BA1DA9 Medium Violet Red

📋 copy color: '#BA1DA9'

red 186 ◦ green 29 ◦ blue 169

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

Shades of Medium Violet Red #BA1DA9

Tints of Medium Violet Red #BA1DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.01%

R = 48.44%
G = 7.55%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA1DA9 (or 0xBA1DA9) is known color: Medium Violet Red. HEX triplet: BA, 1D and A9. RGB value is (186,29,169). Sum of RGB (Red+Green+Blue) = 186+29+169=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1DA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1DA9 is #45E256. Grayscale: #5B5B5B. Windows color (decimal): -4579927 or 11083194. OLE color: 11083194.

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

Color convert

RGB 186 29 169 -
CMYK 0 0.84 0.09 0.27
HSL 306.5º 0.73% 0.42% -
HSV(B) 306.5º 0.84% 0.73% -
XYZ 27.85 14.18 38.81 -
YUV 91.9 171.51 195.12 -
System Red Green Blue C M Y K H S L
Decimal 186 29 169 0 0.84 0.09 0.27 306.5 0.73 0.42
Hex BA 1D A9 0 54 9 1B 132 49 2A
Octal 272 35 251 0 124 11 33 462 111 52
Binary 10111010 11101 10101001 0 1010100 1001 11011 100110010 1001001 101010

Color Harmonies of #BA1DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DA9

Black with #BA1DA9

Text Example


Text Example

White with #BA1DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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