Html Css Color HEX #BA3279 Medium Red Violet

📋 copy color: '#BA3279'

red 186 ◦ green 50 ◦ blue 121

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

Shades of Medium Red Violet #BA3279

Tints of Medium Red Violet #BA3279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.01%

 BLUE value IS 121 (47.66% from 255) = 33.89%

R = 52.1%
G = 14.01%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA3279 (or 0xBA3279) is known color: Medium Red Violet. HEX triplet: BA, 32 and 79. RGB value is (186,50,121). Sum of RGB (Red+Green+Blue) = 186+50+121=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3279 is #45CD86. Grayscale: #626262. Windows color (decimal): -4574599 or 7942842. OLE color: 7942842.

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

Color convert

RGB 186 50 121 -
CMYK 0 0.73 0.35 0.27
HSL 328.68º 0.58% 0.46% -
HSV(B) 328.68º 0.73% 0.73% -
XYZ 24.84 14.1 19.5 -
YUV 98.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 186 50 121 0 0.73 0.35 0.27 328.68 0.58 0.46
Hex BA 32 79 0 49 23 1B 149 3A 2E
Octal 272 62 171 0 111 43 33 511 72 56
Binary 10111010 110010 1111001 0 1001001 100011 11011 101001001 111010 101110

Color Harmonies of #BA3279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3279

Black with #BA3279

Text Example


Text Example

White with #BA3279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3279; }

 p { color: rgb(186,50,121); }

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

background-color css

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

 a { background-color: rgb(186,50,121); }

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

border-color css

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

 span { border-color: rgb(186,50,121); }

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