Html Css Color HEX #BA339C Medium Red Violet

📋 copy color: '#BA339C'

red 186 ◦ green 51 ◦ blue 156

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

Shades of Medium Red Violet #BA339C

Tints of Medium Red Violet #BA339C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.69%

R = 47.33%
G = 12.98%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA339C (or 0xBA339C) is known color: Medium Red Violet. HEX triplet: BA, 33 and 9C. RGB value is (186,51,156). Sum of RGB (Red+Green+Blue) = 186+51+156=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA339C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA339C is #45CC63. Grayscale: #676767. Windows color (decimal): -4574308 or 10236858. OLE color: 10236858.

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

Color convert

RGB 186 51 156 -
CMYK 0 0.73 0.16 0.27
HSL 313.33º 0.57% 0.46% -
HSV(B) 313.33º 0.73% 0.73% -
XYZ 27.43 15.21 32.94 -
YUV 103.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 186 51 156 0 0.73 0.16 0.27 313.33 0.57 0.46
Hex BA 33 9C 0 49 10 1B 139 39 2E
Octal 272 63 234 0 111 20 33 471 71 56
Binary 10111010 110011 10011100 0 1001001 10000 11011 100111001 111001 101110

Color Harmonies of #BA339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA339C

Black with #BA339C

Text Example


Text Example

White with #BA339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA339C; }

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

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

background-color css

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

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

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

border-color css

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

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

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