Html Css Color HEX #BA347D Medium Red Violet

📋 copy color: '#BA347D'

red 186 ◦ green 52 ◦ blue 125

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

Shades of Medium Red Violet #BA347D

Tints of Medium Red Violet #BA347D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.33%

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

R = 51.24%
G = 14.33%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA347D (or 0xBA347D) is known color: Medium Red Violet. HEX triplet: BA, 34 and 7D. RGB value is (186,52,125). Sum of RGB (Red+Green+Blue) = 186+52+125=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA347D is #45CB82. Grayscale: #646464. Windows color (decimal): -4574083 or 8205498. OLE color: 8205498.

HSL color Cylindrical-coordinate representation of color #BA347D: hue angle of 327.31º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA347D is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 125 -
CMYK 0 0.72 0.33 0.27
HSL 327.31º 0.56% 0.47% -
HSV(B) 327.31º 0.72% 0.73% -
XYZ 25.18 14.38 20.85 -
YUV 100.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 186 52 125 0 0.72 0.33 0.27 327.31 0.56 0.47
Hex BA 34 7D 0 48 21 1B 147 38 2F
Octal 272 64 175 0 110 41 33 507 70 57
Binary 10111010 110100 1111101 0 1001000 100001 11011 101000111 111000 101111

Color Harmonies of #BA347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA347D

Black with #BA347D

Text Example


Text Example

White with #BA347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA347D; }

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

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

background-color css

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

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

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

border-color css

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

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

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