Html Css Color HEX #BA339A Medium Red Violet

📋 copy color: '#BA339A'

red 186 ◦ green 51 ◦ blue 154

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

Shades of Medium Red Violet #BA339A

Tints of Medium Red Violet #BA339A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.39%

R = 47.57%
G = 13.04%
B = 39.39%

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

#BA339A (or 0xBA339A) is known color: Medium Red Violet. HEX triplet: BA, 33 and 9A. RGB value is (186,51,154). Sum of RGB (Red+Green+Blue) = 186+51+154=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA339A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA339A is #45CC65. Grayscale: #666666. Windows color (decimal): -4574310 or 10105786. OLE color: 10105786.

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

Color convert

RGB 186 51 154 -
CMYK 0 0.73 0.17 0.27
HSL 314.22º 0.57% 0.46% -
HSV(B) 314.22º 0.73% 0.73% -
XYZ 27.27 15.14 32.06 -
YUV 103.11 156.73 187.12 -
System Red Green Blue C M Y K H S L
Decimal 186 51 154 0 0.73 0.17 0.27 314.22 0.57 0.46
Hex BA 33 9A 0 49 11 1B 13A 39 2E
Octal 272 63 232 0 111 21 33 472 71 56
Binary 10111010 110011 10011010 0 1001001 10001 11011 100111010 111001 101110

Color Harmonies of #BA339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA339A

Black with #BA339A

Text Example


Text Example

White with #BA339A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA339A; }

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

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

background-color css

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

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

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

border-color css

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

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

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