Html Css Color HEX #BA4184 Medium Red Violet

📋 copy color: '#BA4184'

red 186 ◦ green 65 ◦ blue 132

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

Shades of Medium Red Violet #BA4184

Tints of Medium Red Violet #BA4184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.46%

R = 48.56%
G = 16.97%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA4184 (or 0xBA4184) is known color: Medium Red Violet. HEX triplet: BA, 41 and 84. RGB value is (186,65,132). Sum of RGB (Red+Green+Blue) = 186+65+132=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4184 is #45BE7B. Grayscale: #6C6C6C. Windows color (decimal): -4570748 or 8667578. OLE color: 8667578.

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

Color convert

RGB 186 65 132 -
CMYK 0 0.65 0.29 0.27
HSL 326.78º 0.48% 0.49% -
HSV(B) 326.78º 0.65% 0.73% -
XYZ 26.3 15.89 23.51 -
YUV 108.82 141.09 183.05 -
System Red Green Blue C M Y K H S L
Decimal 186 65 132 0 0.65 0.29 0.27 326.78 0.48 0.49
Hex BA 41 84 0 41 1D 1B 147 30 31
Octal 272 101 204 0 101 35 33 507 60 61
Binary 10111010 1000001 10000100 0 1000001 11101 11011 101000111 110000 110001

Color Harmonies of #BA4184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4184

Black with #BA4184

Text Example


Text Example

White with #BA4184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4184; }

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

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

background-color css

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

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

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

border-color css

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

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

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