Html Css Color HEX #BA3076 Medium Red Violet

📋 copy color: '#BA3076'

red 186 ◦ green 48 ◦ blue 118

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

Shades of Medium Red Violet #BA3076

Tints of Medium Red Violet #BA3076

RGB

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

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

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

R = 52.84%
G = 13.64%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA3076 (or 0xBA3076) is known color: Medium Red Violet. HEX triplet: BA, 30 and 76. RGB value is (186,48,118). Sum of RGB (Red+Green+Blue) = 186+48+118=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3076 is #45CF89. Grayscale: #616161. Windows color (decimal): -4575114 or 7745722. OLE color: 7745722.

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

Color convert

RGB 186 48 118 -
CMYK 0 0.74 0.37 0.27
HSL 329.57º 0.59% 0.46% -
HSV(B) 329.57º 0.74% 0.73% -
XYZ 24.58 13.86 18.52 -
YUV 97.24 139.72 191.31 -
System Red Green Blue C M Y K H S L
Decimal 186 48 118 0 0.74 0.37 0.27 329.57 0.59 0.46
Hex BA 30 76 0 4A 25 1B 14A 3B 2E
Octal 272 60 166 0 112 45 33 512 73 56
Binary 10111010 110000 1110110 0 1001010 100101 11011 101001010 111011 101110

Color Harmonies of #BA3076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3076

Black with #BA3076

Text Example


Text Example

White with #BA3076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3076; }

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

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

background-color css

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

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

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

border-color css

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

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

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