Html Css Color HEX #BA358A Medium Red Violet

📋 copy color: '#BA358A'

red 186 ◦ green 53 ◦ blue 138

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

Shades of Medium Red Violet #BA358A

Tints of Medium Red Violet #BA358A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 49.34%
G = 14.06%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA358A (or 0xBA358A) is known color: Medium Red Violet. HEX triplet: BA, 35 and 8A. RGB value is (186,53,138). Sum of RGB (Red+Green+Blue) = 186+53+138=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA358A is #45CA75. Grayscale: #666666. Windows color (decimal): -4573814 or 9057722. OLE color: 9057722.

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

Color convert

RGB 186 53 138 -
CMYK 0 0.72 0.26 0.27
HSL 321.65º 0.56% 0.47% -
HSV(B) 321.65º 0.72% 0.73% -
XYZ 26.11 14.82 25.53 -
YUV 102.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 186 53 138 0 0.72 0.26 0.27 321.65 0.56 0.47
Hex BA 35 8A 0 48 1A 1B 142 38 2F
Octal 272 65 212 0 110 32 33 502 70 57
Binary 10111010 110101 10001010 0 1001000 11010 11011 101000010 111000 101111

Color Harmonies of #BA358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA358A

Black with #BA358A

Text Example


Text Example

White with #BA358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA358A; }

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

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

background-color css

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

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

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

border-color css

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

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

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