Html Css Color HEX #BA338C Medium Red Violet

📋 copy color: '#BA338C'

red 186 ◦ green 51 ◦ blue 140

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

Shades of Medium Red Violet #BA338C

Tints of Medium Red Violet #BA338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 49.34%
G = 13.53%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA338C (or 0xBA338C) is known color: Medium Red Violet. HEX triplet: BA, 33 and 8C. RGB value is (186,51,140). Sum of RGB (Red+Green+Blue) = 186+51+140=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA338C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA338C is #45CC73. Grayscale: #656565. Windows color (decimal): -4574324 or 9188282. OLE color: 9188282.

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

Color convert

RGB 186 51 140 -
CMYK 0 0.73 0.25 0.27
HSL 320.44º 0.57% 0.46% -
HSV(B) 320.44º 0.73% 0.73% -
XYZ 26.17 14.7 26.27 -
YUV 101.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 186 51 140 0 0.73 0.25 0.27 320.44 0.57 0.46
Hex BA 33 8C 0 49 19 1B 140 39 2E
Octal 272 63 214 0 111 31 33 500 71 56
Binary 10111010 110011 10001100 0 1001001 11001 11011 101000000 111001 101110

Color Harmonies of #BA338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA338C

Black with #BA338C

Text Example


Text Example

White with #BA338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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