Html Css Color HEX #BA3A9D Medium Red Violet

📋 copy color: '#BA3A9D'

red 186 ◦ green 58 ◦ blue 157

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

Shades of Medium Red Violet #BA3A9D

Tints of Medium Red Violet #BA3A9D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.46%

 BLUE value IS 157 (61.72% from 255) = 39.15%

R = 46.38%
G = 14.46%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA3A9D (or 0xBA3A9D) is known color: Medium Red Violet. HEX triplet: BA, 3A and 9D. RGB value is (186,58,157). Sum of RGB (Red+Green+Blue) = 186+58+157=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3A9D is #45C562. Grayscale: #6B6B6B. Windows color (decimal): -4572515 or 10304186. OLE color: 10304186.

HSL color Cylindrical-coordinate representation of color #BA3A9D: hue angle of 313.59º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A9D is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 58 157 -
CMYK 0 0.69 0.16 0.27
HSL 313.59º 0.52% 0.48% -
HSV(B) 313.59º 0.69% 0.73% -
XYZ 27.85 15.9 33.5 -
YUV 107.56 155.91 183.95 -
System Red Green Blue C M Y K H S L
Decimal 186 58 157 0 0.69 0.16 0.27 313.59 0.52 0.48
Hex BA 3A 9D 0 45 10 1B 13A 34 30
Octal 272 72 235 0 105 20 33 472 64 60
Binary 10111010 111010 10011101 0 1000101 10000 11011 100111010 110100 110000

Color Harmonies of #BA3A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A9D

Black with #BA3A9D

Text Example


Text Example

White with #BA3A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A9D; }

 p { color: rgb(186,58,157); }

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

background-color css

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

 a { background-color: rgb(186,58,157); }

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

border-color css

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

 span { border-color: rgb(186,58,157); }

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