Html Css Color HEX #BA358C Medium Red Violet

📋 copy color: '#BA358C'

red 186 ◦ green 53 ◦ blue 140

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

Shades of Medium Red Violet #BA358C

Tints of Medium Red Violet #BA358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 49.08%
G = 13.98%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA358C (or 0xBA358C) is known color: Medium Red Violet. HEX triplet: BA, 35 and 8C. RGB value is (186,53,140). Sum of RGB (Red+Green+Blue) = 186+53+140=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA358C is #45CA73. Grayscale: #666666. Windows color (decimal): -4573812 or 9188794. OLE color: 9188794.

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

Color convert

RGB 186 53 140 -
CMYK 0 0.72 0.25 0.27
HSL 320.75º 0.56% 0.47% -
HSV(B) 320.75º 0.72% 0.73% -
XYZ 26.26 14.88 26.3 -
YUV 102.69 149.06 187.43 -
System Red Green Blue C M Y K H S L
Decimal 186 53 140 0 0.72 0.25 0.27 320.75 0.56 0.47
Hex BA 35 8C 0 48 19 1B 141 38 2F
Octal 272 65 214 0 110 31 33 501 70 57
Binary 10111010 110101 10001100 0 1001000 11001 11011 101000001 111000 101111

Color Harmonies of #BA358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA358C

Black with #BA358C

Text Example


Text Example

White with #BA358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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