Html Css Color HEX #BA276C Medium Red Violet

📋 copy color: '#BA276C'

red 186 ◦ green 39 ◦ blue 108

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

Shades of Medium Red Violet #BA276C

Tints of Medium Red Violet #BA276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.71%

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 55.86%
G = 11.71%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA276C (or 0xBA276C) is known color: Medium Red Violet. HEX triplet: BA, 27 and 6C. RGB value is (186,39,108). Sum of RGB (Red+Green+Blue) = 186+39+108=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA276C is #45D893. Grayscale: #5A5A5A. Windows color (decimal): -4577428 or 7088058. OLE color: 7088058.

HSL color Cylindrical-coordinate representation of color #BA276C: hue angle of 331.84º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA276C is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 39 108 -
CMYK 0 0.79 0.42 0.27
HSL 331.84º 0.65% 0.44% -
HSV(B) 331.84º 0.79% 0.73% -
XYZ 23.68 12.97 15.44 -
YUV 90.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 186 39 108 0 0.79 0.42 0.27 331.84 0.65 0.44
Hex BA 27 6C 0 4F 2A 1B 14C 41 2C
Octal 272 47 154 0 117 52 33 514 101 54
Binary 10111010 100111 1101100 0 1001111 101010 11011 101001100 1000001 101100

Color Harmonies of #BA276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA276C

Black with #BA276C

Text Example


Text Example

White with #BA276C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA276C; }

 p { color: rgb(186,39,108); }

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

background-color css

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

 a { background-color: rgb(186,39,108); }

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

border-color css

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

 span { border-color: rgb(186,39,108); }

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