Html Css Color HEX #BA367C Medium Red Violet

📋 copy color: '#BA367C'

red 186 ◦ green 54 ◦ blue 124

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

Shades of Medium Red Violet #BA367C

Tints of Medium Red Violet #BA367C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 51.1%
G = 14.84%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA367C (or 0xBA367C) is known color: Medium Red Violet. HEX triplet: BA, 36 and 7C. RGB value is (186,54,124). Sum of RGB (Red+Green+Blue) = 186+54+124=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA367C is #45C983. Grayscale: #656565. Windows color (decimal): -4573572 or 8140474. OLE color: 8140474.

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

Color convert

RGB 186 54 124 -
CMYK 0 0.71 0.33 0.27
HSL 328.18º 0.55% 0.47% -
HSV(B) 328.18º 0.71% 0.73% -
XYZ 25.21 14.53 20.55 -
YUV 101.45 140.73 188.31 -
System Red Green Blue C M Y K H S L
Decimal 186 54 124 0 0.71 0.33 0.27 328.18 0.55 0.47
Hex BA 36 7C 0 47 21 1B 148 37 2F
Octal 272 66 174 0 107 41 33 510 67 57
Binary 10111010 110110 1111100 0 1000111 100001 11011 101001000 110111 101111

Color Harmonies of #BA367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA367C

Black with #BA367C

Text Example


Text Example

White with #BA367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA367C; }

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

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

background-color css

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

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

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

border-color css

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

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

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