Html Css Color HEX #BA418D Medium Red Violet

📋 copy color: '#BA418D'

red 186 ◦ green 65 ◦ blue 141

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

Shades of Medium Red Violet #BA418D

Tints of Medium Red Violet #BA418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.58%

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 47.45%
G = 16.58%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA418D (or 0xBA418D) is known color: Medium Red Violet. HEX triplet: BA, 41 and 8D. RGB value is (186,65,141). Sum of RGB (Red+Green+Blue) = 186+65+141=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA418D is #45BE72. Grayscale: #6D6D6D. Windows color (decimal): -4570739 or 9257402. OLE color: 9257402.

HSL color Cylindrical-coordinate representation of color #BA418D: hue angle of 322.31º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA418D is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 65 141 -
CMYK 0 0.65 0.24 0.27
HSL 322.31º 0.48% 0.49% -
HSV(B) 322.31º 0.65% 0.73% -
XYZ 26.95 16.14 26.89 -
YUV 109.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 186 65 141 0 0.65 0.24 0.27 322.31 0.48 0.49
Hex BA 41 8D 0 41 18 1B 142 30 31
Octal 272 101 215 0 101 30 33 502 60 61
Binary 10111010 1000001 10001101 0 1000001 11000 11011 101000010 110000 110001

Color Harmonies of #BA418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA418D

Black with #BA418D

Text Example


Text Example

White with #BA418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA418D; }

 p { color: rgb(186,65,141); }

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

background-color css

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

 a { background-color: rgb(186,65,141); }

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

border-color css

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

 span { border-color: rgb(186,65,141); }

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