Html Css Color HEX #BA3D9C Medium Red Violet

📋 copy color: '#BA3D9C'

red 186 ◦ green 61 ◦ blue 156

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

Shades of Medium Red Violet #BA3D9C

Tints of Medium Red Violet #BA3D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.71%

R = 46.15%
G = 15.14%
B = 38.71%

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

#BA3D9C (or 0xBA3D9C) is known color: Medium Red Violet. HEX triplet: BA, 3D and 9C. RGB value is (186,61,156). Sum of RGB (Red+Green+Blue) = 186+61+156=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3D9C is #45C263. Grayscale: #6C6C6C. Windows color (decimal): -4571748 or 10239418. OLE color: 10239418.

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

Color convert

RGB 186 61 156 -
CMYK 0 0.67 0.16 0.27
HSL 314.4º 0.51% 0.48% -
HSV(B) 314.4º 0.67% 0.73% -
XYZ 27.92 16.18 33.1 -
YUV 109.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 186 61 156 0 0.67 0.16 0.27 314.4 0.51 0.48
Hex BA 3D 9C 0 43 10 1B 13A 33 30
Octal 272 75 234 0 103 20 33 472 63 60
Binary 10111010 111101 10011100 0 1000011 10000 11011 100111010 110011 110000

Color Harmonies of #BA3D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D9C

Black with #BA3D9C

Text Example


Text Example

White with #BA3D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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