Html Css Color HEX #BA339F Medium Red Violet

📋 copy color: '#BA339F'

red 186 ◦ green 51 ◦ blue 159

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

Shades of Medium Red Violet #BA339F

Tints of Medium Red Violet #BA339F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 46.97%
G = 12.88%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA339F (or 0xBA339F) is known color: Medium Red Violet. HEX triplet: BA, 33 and 9F. RGB value is (186,51,159). Sum of RGB (Red+Green+Blue) = 186+51+159=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA339F is #45CC60. Grayscale: #676767. Windows color (decimal): -4574305 or 10433466. OLE color: 10433466.

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

Color convert

RGB 186 51 159 -
CMYK 0 0.73 0.15 0.27
HSL 312º 0.57% 0.46% -
HSV(B) 312º 0.73% 0.73% -
XYZ 27.69 15.31 34.3 -
YUV 103.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 186 51 159 0 0.73 0.15 0.27 312 0.57 0.46
Hex BA 33 9F 0 49 F 1B 138 39 2E
Octal 272 63 237 0 111 17 33 470 71 56
Binary 10111010 110011 10011111 0 1001001 1111 11011 100111000 111001 101110

Color Harmonies of #BA339F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA339F

Black with #BA339F

Text Example


Text Example

White with #BA339F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA339F; }

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

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

background-color css

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

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

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

border-color css

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

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

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