Html Css Color HEX #BA418A Medium Red Violet

📋 copy color: '#BA418A'

red 186 ◦ green 65 ◦ blue 138

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

Shades of Medium Red Violet #BA418A

Tints of Medium Red Violet #BA418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.48%

R = 47.81%
G = 16.71%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA418A (or 0xBA418A) is known color: Medium Red Violet. HEX triplet: BA, 41 and 8A. RGB value is (186,65,138). Sum of RGB (Red+Green+Blue) = 186+65+138=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA418A is #45BE75. Grayscale: #6D6D6D. Windows color (decimal): -4570742 or 9060794. OLE color: 9060794.

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

Color convert

RGB 186 65 138 -
CMYK 0 0.65 0.26 0.27
HSL 323.8º 0.48% 0.49% -
HSV(B) 323.8º 0.65% 0.73% -
XYZ 26.73 16.05 25.73 -
YUV 109.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 186 65 138 0 0.65 0.26 0.27 323.8 0.48 0.49
Hex BA 41 8A 0 41 1A 1B 144 30 31
Octal 272 101 212 0 101 32 33 504 60 61
Binary 10111010 1000001 10001010 0 1000001 11010 11011 101000100 110000 110001

Color Harmonies of #BA418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA418A

Black with #BA418A

Text Example


Text Example

White with #BA418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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