Html Css Color HEX #BA369C Medium Red Violet

📋 copy color: '#BA369C'

red 186 ◦ green 54 ◦ blue 156

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

Shades of Medium Red Violet #BA369C

Tints of Medium Red Violet #BA369C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 46.97%
G = 13.64%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA369C (or 0xBA369C) is known color: Medium Red Violet. HEX triplet: BA, 36 and 9C. RGB value is (186,54,156). Sum of RGB (Red+Green+Blue) = 186+54+156=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA369C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA369C is #45C963. Grayscale: #686868. Windows color (decimal): -4573540 or 10237626. OLE color: 10237626.

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

Color convert

RGB 186 54 156 -
CMYK 0 0.71 0.16 0.27
HSL 313.64º 0.55% 0.47% -
HSV(B) 313.64º 0.71% 0.73% -
XYZ 27.57 15.48 32.99 -
YUV 105.1 156.73 185.71 -
System Red Green Blue C M Y K H S L
Decimal 186 54 156 0 0.71 0.16 0.27 313.64 0.55 0.47
Hex BA 36 9C 0 47 10 1B 13A 37 2F
Octal 272 66 234 0 107 20 33 472 67 57
Binary 10111010 110110 10011100 0 1000111 10000 11011 100111010 110111 101111

Color Harmonies of #BA369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA369C

Black with #BA369C

Text Example


Text Example

White with #BA369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA369C; }

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

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

background-color css

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

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

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

border-color css

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

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

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