Html Css Color HEX #BA339B Medium Red Violet

📋 copy color: '#BA339B'

red 186 ◦ green 51 ◦ blue 155

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

Shades of Medium Red Violet #BA339B

Tints of Medium Red Violet #BA339B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 47.45%
G = 13.01%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA339B (or 0xBA339B) is known color: Medium Red Violet. HEX triplet: BA, 33 and 9B. RGB value is (186,51,155). Sum of RGB (Red+Green+Blue) = 186+51+155=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA339B is #45CC64. Grayscale: #666666. Windows color (decimal): -4574309 or 10171322. OLE color: 10171322.

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

Color convert

RGB 186 51 155 -
CMYK 0 0.73 0.17 0.27
HSL 313.78º 0.57% 0.46% -
HSV(B) 313.78º 0.73% 0.73% -
XYZ 27.35 15.17 32.5 -
YUV 103.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 186 51 155 0 0.73 0.17 0.27 313.78 0.57 0.46
Hex BA 33 9B 0 49 11 1B 13A 39 2E
Octal 272 63 233 0 111 21 33 472 71 56
Binary 10111010 110011 10011011 0 1001001 10001 11011 100111010 111001 101110

Color Harmonies of #BA339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA339B

Black with #BA339B

Text Example


Text Example

White with #BA339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA339B; }

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

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

background-color css

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

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

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

border-color css

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

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

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