Html Css Color HEX #BA328E Medium Red Violet

📋 copy color: '#BA328E'

red 186 ◦ green 50 ◦ blue 142

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

Shades of Medium Red Violet #BA328E

Tints of Medium Red Violet #BA328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.23%

 BLUE value IS 142 (55.86% from 255) = 37.57%

R = 49.21%
G = 13.23%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA328E (or 0xBA328E) is known color: Medium Red Violet. HEX triplet: BA, 32 and 8E. RGB value is (186,50,142). Sum of RGB (Red+Green+Blue) = 186+50+142=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA328E is #45CD71. Grayscale: #646464. Windows color (decimal): -4574578 or 9319098. OLE color: 9319098.

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

Color convert

RGB 186 50 142 -
CMYK 0 0.73 0.24 0.27
HSL 319.41º 0.58% 0.46% -
HSV(B) 319.41º 0.73% 0.73% -
XYZ 26.27 14.67 27.04 -
YUV 101.15 151.06 188.52 -
System Red Green Blue C M Y K H S L
Decimal 186 50 142 0 0.73 0.24 0.27 319.41 0.58 0.46
Hex BA 32 8E 0 49 18 1B 13F 3A 2E
Octal 272 62 216 0 111 30 33 477 72 56
Binary 10111010 110010 10001110 0 1001001 11000 11011 100111111 111010 101110

Color Harmonies of #BA328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA328E

Black with #BA328E

Text Example


Text Example

White with #BA328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA328E; }

 p { color: rgb(186,50,142); }

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

background-color css

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

 a { background-color: rgb(186,50,142); }

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

border-color css

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

 span { border-color: rgb(186,50,142); }

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