Html Css Color HEX #BA34A5 Medium Red Violet

📋 copy color: '#BA34A5'

red 186 ◦ green 52 ◦ blue 165

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

Shades of Medium Red Violet #BA34A5

Tints of Medium Red Violet #BA34A5

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.9%

 BLUE value IS 165 (64.84% from 255) = 40.94%

R = 46.15%
G = 12.9%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA34A5 (or 0xBA34A5) is known color: Medium Red Violet. HEX triplet: BA, 34 and A5. RGB value is (186,52,165). Sum of RGB (Red+Green+Blue) = 186+52+165=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA34A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA34A5 is #45CB5A. Grayscale: #686868. Windows color (decimal): -4574043 or 10826938. OLE color: 10826938.

HSL color Cylindrical-coordinate representation of color #BA34A5: hue angle of 309.4º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA34A5 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 165 -
CMYK 0 0.72 0.11 0.27
HSL 309.4º 0.56% 0.47% -
HSV(B) 309.4º 0.72% 0.73% -
XYZ 28.27 15.61 37.12 -
YUV 104.95 161.89 185.81 -
System Red Green Blue C M Y K H S L
Decimal 186 52 165 0 0.72 0.11 0.27 309.4 0.56 0.47
Hex BA 34 A5 0 48 B 1B 135 38 2F
Octal 272 64 245 0 110 13 33 465 70 57
Binary 10111010 110100 10100101 0 1001000 1011 11011 100110101 111000 101111

Color Harmonies of #BA34A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34A5

Black with #BA34A5

Text Example


Text Example

White with #BA34A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34A5; }

 p { color: rgb(186,52,165); }

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

background-color css

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

 a { background-color: rgb(186,52,165); }

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

border-color css

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

 span { border-color: rgb(186,52,165); }

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