Html Css Color HEX #BA4181 Medium Red Violet

📋 copy color: '#BA4181'

red 186 ◦ green 65 ◦ blue 129

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

Shades of Medium Red Violet #BA4181

Tints of Medium Red Violet #BA4181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.95%

R = 48.95%
G = 17.11%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA4181 (or 0xBA4181) is known color: Medium Red Violet. HEX triplet: BA, 41 and 81. RGB value is (186,65,129). Sum of RGB (Red+Green+Blue) = 186+65+129=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4181 is #45BE7E. Grayscale: #6C6C6C. Windows color (decimal): -4570751 or 8470970. OLE color: 8470970.

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

Color convert

RGB 186 65 129 -
CMYK 0 0.65 0.31 0.27
HSL 328.26º 0.48% 0.49% -
HSV(B) 328.26º 0.65% 0.73% -
XYZ 26.1 15.8 22.44 -
YUV 108.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 186 65 129 0 0.65 0.31 0.27 328.26 0.48 0.49
Hex BA 41 81 0 41 1F 1B 148 30 31
Octal 272 101 201 0 101 37 33 510 60 61
Binary 10111010 1000001 10000001 0 1000001 11111 11011 101001000 110000 110001

Color Harmonies of #BA4181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4181

Black with #BA4181

Text Example


Text Example

White with #BA4181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4181; }

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

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

background-color css

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

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

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

border-color css

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

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

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