Html Css Color HEX #BA3476 Medium Red Violet

📋 copy color: '#BA3476'

red 186 ◦ green 52 ◦ blue 118

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

Shades of Medium Red Violet #BA3476

Tints of Medium Red Violet #BA3476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.61%

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

R = 52.25%
G = 14.61%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA3476 (or 0xBA3476) is known color: Medium Red Violet. HEX triplet: BA, 34 and 76. RGB value is (186,52,118). Sum of RGB (Red+Green+Blue) = 186+52+118=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3476 is #45CB89. Grayscale: #636363. Windows color (decimal): -4574090 or 7746746. OLE color: 7746746.

HSL color Cylindrical-coordinate representation of color #BA3476: hue angle of 330.45º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3476 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 118 -
CMYK 0 0.72 0.37 0.27
HSL 330.45º 0.56% 0.47% -
HSV(B) 330.45º 0.72% 0.73% -
XYZ 24.75 14.2 18.58 -
YUV 99.59 138.39 189.63 -
System Red Green Blue C M Y K H S L
Decimal 186 52 118 0 0.72 0.37 0.27 330.45 0.56 0.47
Hex BA 34 76 0 48 25 1B 14A 38 2F
Octal 272 64 166 0 110 45 33 512 70 57
Binary 10111010 110100 1110110 0 1001000 100101 11011 101001010 111000 101111

Color Harmonies of #BA3476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3476

Black with #BA3476

Text Example


Text Example

White with #BA3476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3476; }

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

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

background-color css

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

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

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

border-color css

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

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

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