Html Css Color HEX #BA4182 Medium Red Violet

📋 copy color: '#BA4182'

red 186 ◦ green 65 ◦ blue 130

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

Shades of Medium Red Violet #BA4182

Tints of Medium Red Violet #BA4182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.12%

R = 48.82%
G = 17.06%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA4182 (or 0xBA4182) is known color: Medium Red Violet. HEX triplet: BA, 41 and 82. RGB value is (186,65,130). Sum of RGB (Red+Green+Blue) = 186+65+130=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4182 is #45BE7D. Grayscale: #6C6C6C. Windows color (decimal): -4570750 or 8536506. OLE color: 8536506.

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

Color convert

RGB 186 65 130 -
CMYK 0 0.65 0.30 0.27
HSL 327.77º 0.48% 0.49% -
HSV(B) 327.77º 0.65% 0.73% -
XYZ 26.17 15.83 22.8 -
YUV 108.59 140.09 183.21 -
System Red Green Blue C M Y K H S L
Decimal 186 65 130 0 0.65 0.30 0.27 327.77 0.48 0.49
Hex BA 41 82 0 41 1E 1B 148 30 31
Octal 272 101 202 0 101 36 33 510 60 61
Binary 10111010 1000001 10000010 0 1000001 11110 11011 101001000 110000 110001

Color Harmonies of #BA4182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4182

Black with #BA4182

Text Example


Text Example

White with #BA4182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4182; }

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

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

background-color css

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

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

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

border-color css

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

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

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