Html Css Color HEX #BA3377 Medium Red Violet

📋 copy color: '#BA3377'

red 186 ◦ green 51 ◦ blue 119

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

Shades of Medium Red Violet #BA3377

Tints of Medium Red Violet #BA3377

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.33%

 BLUE value IS 119 (46.88% from 255) = 33.43%

R = 52.25%
G = 14.33%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA3377 (or 0xBA3377) is known color: Medium Red Violet. HEX triplet: BA, 33 and 77. RGB value is (186,51,119). Sum of RGB (Red+Green+Blue) = 186+51+119=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3377 is #45CC88. Grayscale: #626262. Windows color (decimal): -4574345 or 7812026. OLE color: 7812026.

HSL color Cylindrical-coordinate representation of color #BA3377: hue angle of 329.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3377 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 119 -
CMYK 0 0.73 0.36 0.27
HSL 329.78º 0.57% 0.46% -
HSV(B) 329.78º 0.73% 0.73% -
XYZ 24.76 14.14 18.88 -
YUV 99.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 186 51 119 0 0.73 0.36 0.27 329.78 0.57 0.46
Hex BA 33 77 0 49 24 1B 14A 39 2E
Octal 272 63 167 0 111 44 33 512 71 56
Binary 10111010 110011 1110111 0 1001001 100100 11011 101001010 111001 101110

Color Harmonies of #BA3377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3377

Black with #BA3377

Text Example


Text Example

White with #BA3377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3377; }

 p { color: rgb(186,51,119); }

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

background-color css

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

 a { background-color: rgb(186,51,119); }

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

border-color css

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

 span { border-color: rgb(186,51,119); }

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