Html Css Color HEX #BA3376 Medium Red Violet

📋 copy color: '#BA3376'

red 186 ◦ green 51 ◦ blue 118

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

Shades of Medium Red Violet #BA3376

Tints of Medium Red Violet #BA3376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 52.39%
G = 14.37%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA3376 (or 0xBA3376) is known color: Medium Red Violet. HEX triplet: BA, 33 and 76. RGB value is (186,51,118). Sum of RGB (Red+Green+Blue) = 186+51+118=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3376 is #45CC89. Grayscale: #626262. Windows color (decimal): -4574346 or 7746490. OLE color: 7746490.

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

Color convert

RGB 186 51 118 -
CMYK 0 0.73 0.37 0.27
HSL 330.22º 0.57% 0.46% -
HSV(B) 330.22º 0.73% 0.73% -
XYZ 24.7 14.11 18.56 -
YUV 99 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 186 51 118 0 0.73 0.37 0.27 330.22 0.57 0.46
Hex BA 33 76 0 49 25 1B 14A 39 2E
Octal 272 63 166 0 111 45 33 512 71 56
Binary 10111010 110011 1110110 0 1001001 100101 11011 101001010 111001 101110

Color Harmonies of #BA3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3376

Black with #BA3376

Text Example


Text Example

White with #BA3376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3376; }

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

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

background-color css

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

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

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

border-color css

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

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

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