Html Css Color HEX #BA3077 Medium Red Violet

📋 copy color: '#BA3077'

red 186 ◦ green 48 ◦ blue 119

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

Shades of Medium Red Violet #BA3077

Tints of Medium Red Violet #BA3077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.6%

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

R = 52.69%
G = 13.6%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA3077 (or 0xBA3077) is known color: Medium Red Violet. HEX triplet: BA, 30 and 77. RGB value is (186,48,119). Sum of RGB (Red+Green+Blue) = 186+48+119=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3077 is #45CF88. Grayscale: #616161. Windows color (decimal): -4575113 or 7811258. OLE color: 7811258.

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

Color convert

RGB 186 48 119 -
CMYK 0 0.74 0.36 0.27
HSL 329.13º 0.59% 0.46% -
HSV(B) 329.13º 0.74% 0.73% -
XYZ 24.64 13.88 18.83 -
YUV 97.36 140.22 191.23 -
System Red Green Blue C M Y K H S L
Decimal 186 48 119 0 0.74 0.36 0.27 329.13 0.59 0.46
Hex BA 30 77 0 4A 24 1B 149 3B 2E
Octal 272 60 167 0 112 44 33 511 73 56
Binary 10111010 110000 1110111 0 1001010 100100 11011 101001001 111011 101110

Color Harmonies of #BA3077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3077

Black with #BA3077

Text Example


Text Example

White with #BA3077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3077; }

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

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

background-color css

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

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

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

border-color css

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

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

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