Html Css Color HEX #BA3A7D Medium Red Violet

📋 copy color: '#BA3A7D'

red 186 ◦ green 58 ◦ blue 125

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

Shades of Medium Red Violet #BA3A7D

Tints of Medium Red Violet #BA3A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 50.41%
G = 15.72%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA3A7D (or 0xBA3A7D) is known color: Medium Red Violet. HEX triplet: BA, 3A and 7D. RGB value is (186,58,125). Sum of RGB (Red+Green+Blue) = 186+58+125=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A7D is #45C582. Grayscale: #676767. Windows color (decimal): -4572547 or 8207034. OLE color: 8207034.

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

Color convert

RGB 186 58 125 -
CMYK 0 0.69 0.33 0.27
HSL 328.59º 0.52% 0.48% -
HSV(B) 328.59º 0.69% 0.73% -
XYZ 25.46 14.95 20.94 -
YUV 103.91 139.91 186.55 -
System Red Green Blue C M Y K H S L
Decimal 186 58 125 0 0.69 0.33 0.27 328.59 0.52 0.48
Hex BA 3A 7D 0 45 21 1B 149 34 30
Octal 272 72 175 0 105 41 33 511 64 60
Binary 10111010 111010 1111101 0 1000101 100001 11011 101001001 110100 110000

Color Harmonies of #BA3A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3A7D

Black with #BA3A7D

Text Example


Text Example

White with #BA3A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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