Html Css Color HEX #BA359D Medium Red Violet

📋 copy color: '#BA359D'

red 186 ◦ green 53 ◦ blue 157

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

Shades of Medium Red Violet #BA359D

Tints of Medium Red Violet #BA359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.38%

 BLUE value IS 157 (61.72% from 255) = 39.65%

R = 46.97%
G = 13.38%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA359D (or 0xBA359D) is known color: Medium Red Violet. HEX triplet: BA, 35 and 9D. RGB value is (186,53,157). Sum of RGB (Red+Green+Blue) = 186+53+157=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA359D is #45CA62. Grayscale: #686868. Windows color (decimal): -4573795 or 10302906. OLE color: 10302906.

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

Color convert

RGB 186 53 157 -
CMYK 0 0.72 0.16 0.27
HSL 313.08º 0.56% 0.47% -
HSV(B) 313.08º 0.72% 0.73% -
XYZ 27.61 15.42 33.42 -
YUV 104.62 157.56 186.04 -
System Red Green Blue C M Y K H S L
Decimal 186 53 157 0 0.72 0.16 0.27 313.08 0.56 0.47
Hex BA 35 9D 0 48 10 1B 139 38 2F
Octal 272 65 235 0 110 20 33 471 70 57
Binary 10111010 110101 10011101 0 1001000 10000 11011 100111001 111000 101111

Color Harmonies of #BA359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA359D

Black with #BA359D

Text Example


Text Example

White with #BA359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA359D; }

 p { color: rgb(186,53,157); }

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

background-color css

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

 a { background-color: rgb(186,53,157); }

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

border-color css

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

 span { border-color: rgb(186,53,157); }

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