Html Css Color HEX #BA3B86 Medium Red Violet

📋 copy color: '#BA3B86'

red 186 ◦ green 59 ◦ blue 134

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

Shades of Medium Red Violet #BA3B86

Tints of Medium Red Violet #BA3B86

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.57%

 BLUE value IS 134 (52.73% from 255) = 35.36%

R = 49.08%
G = 15.57%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA3B86 (or 0xBA3B86) is known color: Medium Red Violet. HEX triplet: BA, 3B and 86. RGB value is (186,59,134). Sum of RGB (Red+Green+Blue) = 186+59+134=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3B86 is #45C479. Grayscale: #696969. Windows color (decimal): -4572282 or 8797114. OLE color: 8797114.

HSL color Cylindrical-coordinate representation of color #BA3B86: hue angle of 324.57º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3B86 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 59 134 -
CMYK 0 0.68 0.28 0.27
HSL 324.57º 0.52% 0.48% -
HSV(B) 324.57º 0.68% 0.73% -
XYZ 26.12 15.29 24.13 -
YUV 105.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 186 59 134 0 0.68 0.28 0.27 324.57 0.52 0.48
Hex BA 3B 86 0 44 1C 1B 145 34 30
Octal 272 73 206 0 104 34 33 505 64 60
Binary 10111010 111011 10000110 0 1000100 11100 11011 101000101 110100 110000

Color Harmonies of #BA3B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B86

Black with #BA3B86

Text Example


Text Example

White with #BA3B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B86; }

 p { color: rgb(186,59,134); }

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

background-color css

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

 a { background-color: rgb(186,59,134); }

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

border-color css

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

 span { border-color: rgb(186,59,134); }

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