Html Css Color HEX #BA418C Medium Red Violet

📋 copy color: '#BA418C'

red 186 ◦ green 65 ◦ blue 140

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

Shades of Medium Red Violet #BA418C

Tints of Medium Red Violet #BA418C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 47.57%
G = 16.62%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA418C (or 0xBA418C) is known color: Medium Red Violet. HEX triplet: BA, 41 and 8C. RGB value is (186,65,140). Sum of RGB (Red+Green+Blue) = 186+65+140=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA418C is #45BE73. Grayscale: #6D6D6D. Windows color (decimal): -4570740 or 9191866. OLE color: 9191866.

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

Color convert

RGB 186 65 140 -
CMYK 0 0.65 0.25 0.27
HSL 322.81º 0.48% 0.49% -
HSV(B) 322.81º 0.65% 0.73% -
XYZ 26.87 16.11 26.5 -
YUV 109.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 186 65 140 0 0.65 0.25 0.27 322.81 0.48 0.49
Hex BA 41 8C 0 41 19 1B 143 30 31
Octal 272 101 214 0 101 31 33 503 60 61
Binary 10111010 1000001 10001100 0 1000001 11001 11011 101000011 110000 110001

Color Harmonies of #BA418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA418C

Black with #BA418C

Text Example


Text Example

White with #BA418C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA418C; }

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

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

background-color css

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

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

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

border-color css

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

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

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