Html Css Color HEX #BA3D84 Medium Red Violet

📋 copy color: '#BA3D84'

red 186 ◦ green 61 ◦ blue 132

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

Shades of Medium Red Violet #BA3D84

Tints of Medium Red Violet #BA3D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.83%

R = 49.08%
G = 16.09%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA3D84 (or 0xBA3D84) is known color: Medium Red Violet. HEX triplet: BA, 3D and 84. RGB value is (186,61,132). Sum of RGB (Red+Green+Blue) = 186+61+132=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3D84 is #45C27B. Grayscale: #6A6A6A. Windows color (decimal): -4571772 or 8666554. OLE color: 8666554.

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

Color convert

RGB 186 61 132 -
CMYK 0 0.67 0.29 0.27
HSL 325.92º 0.51% 0.48% -
HSV(B) 325.92º 0.67% 0.73% -
XYZ 26.08 15.44 23.44 -
YUV 106.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 186 61 132 0 0.67 0.29 0.27 325.92 0.51 0.48
Hex BA 3D 84 0 43 1D 1B 146 33 30
Octal 272 75 204 0 103 35 33 506 63 60
Binary 10111010 111101 10000100 0 1000011 11101 11011 101000110 110011 110000

Color Harmonies of #BA3D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D84

Black with #BA3D84

Text Example


Text Example

White with #BA3D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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