Html Css Color HEX #BA368D Medium Red Violet

📋 copy color: '#BA368D'

red 186 ◦ green 54 ◦ blue 141

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

Shades of Medium Red Violet #BA368D

Tints of Medium Red Violet #BA368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 48.82%
G = 14.17%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA368D (or 0xBA368D) is known color: Medium Red Violet. HEX triplet: BA, 36 and 8D. RGB value is (186,54,141). Sum of RGB (Red+Green+Blue) = 186+54+141=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA368D is #45C972. Grayscale: #676767. Windows color (decimal): -4573555 or 9254586. OLE color: 9254586.

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

Color convert

RGB 186 54 141 -
CMYK 0 0.71 0.24 0.27
HSL 320.45º 0.55% 0.47% -
HSV(B) 320.45º 0.71% 0.73% -
XYZ 26.38 15 26.7 -
YUV 103.39 149.23 186.93 -
System Red Green Blue C M Y K H S L
Decimal 186 54 141 0 0.71 0.24 0.27 320.45 0.55 0.47
Hex BA 36 8D 0 47 18 1B 140 37 2F
Octal 272 66 215 0 107 30 33 500 67 57
Binary 10111010 110110 10001101 0 1000111 11000 11011 101000000 110111 101111

Color Harmonies of #BA368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA368D

Black with #BA368D

Text Example


Text Example

White with #BA368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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