Html Css Color HEX #BA1DA4 Medium Violet Red

📋 copy color: '#BA1DA4'

red 186 ◦ green 29 ◦ blue 164

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

Shades of Medium Violet Red #BA1DA4

Tints of Medium Violet Red #BA1DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.27%

R = 49.08%
G = 7.65%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA1DA4 (or 0xBA1DA4) is known color: Medium Violet Red. HEX triplet: BA, 1D and A4. RGB value is (186,29,164). Sum of RGB (Red+Green+Blue) = 186+29+164=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1DA4 is #45E25B. Grayscale: #5A5A5A. Windows color (decimal): -4579932 or 10755514. OLE color: 10755514.

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

Color convert

RGB 186 29 164 -
CMYK 0 0.84 0.12 0.27
HSL 308.41º 0.73% 0.42% -
HSV(B) 308.41º 0.84% 0.73% -
XYZ 27.39 14 36.38 -
YUV 91.33 169.01 195.52 -
System Red Green Blue C M Y K H S L
Decimal 186 29 164 0 0.84 0.12 0.27 308.41 0.73 0.42
Hex BA 1D A4 0 54 C 1B 134 49 2A
Octal 272 35 244 0 124 14 33 464 111 52
Binary 10111010 11101 10100100 0 1010100 1100 11011 100110100 1001001 101010

Color Harmonies of #BA1DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1DA4

Black with #BA1DA4

Text Example


Text Example

White with #BA1DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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