Html Css Color HEX #BA368C Medium Red Violet

📋 copy color: '#BA368C'

red 186 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #BA368C

Tints of Medium Red Violet #BA368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.21%

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

R = 48.95%
G = 14.21%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA368C (or 0xBA368C) is known color: Medium Red Violet. HEX triplet: BA, 36 and 8C. RGB value is (186,54,140). Sum of RGB (Red+Green+Blue) = 186+54+140=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA368C is #45C973. Grayscale: #676767. Windows color (decimal): -4573556 or 9189050. OLE color: 9189050.

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

Color convert

RGB 186 54 140 -
CMYK 0 0.71 0.25 0.27
HSL 320.91º 0.55% 0.47% -
HSV(B) 320.91º 0.71% 0.73% -
XYZ 26.3 14.97 26.31 -
YUV 103.27 148.73 187.01 -
System Red Green Blue C M Y K H S L
Decimal 186 54 140 0 0.71 0.25 0.27 320.91 0.55 0.47
Hex BA 36 8C 0 47 19 1B 141 37 2F
Octal 272 66 214 0 107 31 33 501 67 57
Binary 10111010 110110 10001100 0 1000111 11001 11011 101000001 110111 101111

Color Harmonies of #BA368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA368C

Black with #BA368C

Text Example


Text Example

White with #BA368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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