Html Css Color HEX #BA328A Medium Red Violet

📋 copy color: '#BA328A'

red 186 ◦ green 50 ◦ blue 138

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

Shades of Medium Red Violet #BA328A

Tints of Medium Red Violet #BA328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.9%

R = 49.73%
G = 13.37%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA328A (or 0xBA328A) is known color: Medium Red Violet. HEX triplet: BA, 32 and 8A. RGB value is (186,50,138). Sum of RGB (Red+Green+Blue) = 186+50+138=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA328A is #45CD75. Grayscale: #646464. Windows color (decimal): -4574582 or 9056954. OLE color: 9056954.

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

Color convert

RGB 186 50 138 -
CMYK 0 0.73 0.26 0.27
HSL 321.18º 0.58% 0.46% -
HSV(B) 321.18º 0.73% 0.73% -
XYZ 25.98 14.56 25.49 -
YUV 100.7 149.06 188.84 -
System Red Green Blue C M Y K H S L
Decimal 186 50 138 0 0.73 0.26 0.27 321.18 0.58 0.46
Hex BA 32 8A 0 49 1A 1B 141 3A 2E
Octal 272 62 212 0 111 32 33 501 72 56
Binary 10111010 110010 10001010 0 1001001 11010 11011 101000001 111010 101110

Color Harmonies of #BA328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA328A

Black with #BA328A

Text Example


Text Example

White with #BA328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA328A; }

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

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

background-color css

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

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

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

border-color css

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

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

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