Html Css Color HEX #BA3D9D Medium Red Violet

📋 copy color: '#BA3D9D'

red 186 ◦ green 61 ◦ blue 157

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

Shades of Medium Red Violet #BA3D9D

Tints of Medium Red Violet #BA3D9D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.1%

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

R = 46.04%
G = 15.1%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA3D9D (or 0xBA3D9D) is known color: Medium Red Violet. HEX triplet: BA, 3D and 9D. RGB value is (186,61,157). Sum of RGB (Red+Green+Blue) = 186+61+157=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3D9D is #45C262. Grayscale: #6D6D6D. Windows color (decimal): -4571747 or 10304954. OLE color: 10304954.

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

Color convert

RGB 186 61 157 -
CMYK 0 0.67 0.16 0.27
HSL 313.92º 0.51% 0.48% -
HSV(B) 313.92º 0.67% 0.73% -
XYZ 28 16.21 33.55 -
YUV 109.32 154.91 182.69 -
System Red Green Blue C M Y K H S L
Decimal 186 61 157 0 0.67 0.16 0.27 313.92 0.51 0.48
Hex BA 3D 9D 0 43 10 1B 13A 33 30
Octal 272 75 235 0 103 20 33 472 63 60
Binary 10111010 111101 10011101 0 1000011 10000 11011 100111010 110011 110000

Color Harmonies of #BA3D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D9D

Black with #BA3D9D

Text Example


Text Example

White with #BA3D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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