Html Css Color HEX #BA3D96 Medium Red Violet

📋 copy color: '#BA3D96'

red 186 ◦ green 61 ◦ blue 150

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

Shades of Medium Red Violet #BA3D96

Tints of Medium Red Violet #BA3D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 46.85%
G = 15.37%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA3D96 (or 0xBA3D96) is known color: Medium Red Violet. HEX triplet: BA, 3D and 96. RGB value is (186,61,150). Sum of RGB (Red+Green+Blue) = 186+61+150=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3D96 is #45C269. Grayscale: #6C6C6C. Windows color (decimal): -4571754 or 9846202. OLE color: 9846202.

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

Color convert

RGB 186 61 150 -
CMYK 0 0.67 0.19 0.27
HSL 317.28º 0.51% 0.48% -
HSV(B) 317.28º 0.67% 0.73% -
XYZ 27.42 15.98 30.49 -
YUV 108.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 186 61 150 0 0.67 0.19 0.27 317.28 0.51 0.48
Hex BA 3D 96 0 43 13 1B 13D 33 30
Octal 272 75 226 0 103 23 33 475 63 60
Binary 10111010 111101 10010110 0 1000011 10011 11011 100111101 110011 110000

Color Harmonies of #BA3D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D96

Black with #BA3D96

Text Example


Text Example

White with #BA3D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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