Html Css Color HEX #BA276D Medium Red Violet

📋 copy color: '#BA276D'

red 186 ◦ green 39 ◦ blue 109

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

Shades of Medium Red Violet #BA276D

Tints of Medium Red Violet #BA276D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 55.69%
G = 11.68%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA276D (or 0xBA276D) is known color: Medium Red Violet. HEX triplet: BA, 27 and 6D. RGB value is (186,39,109). Sum of RGB (Red+Green+Blue) = 186+39+109=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA276D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA276D is #45D892. Grayscale: #5A5A5A. Windows color (decimal): -4577427 or 7153594. OLE color: 7153594.

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

Color convert

RGB 186 39 109 -
CMYK 0 0.79 0.41 0.27
HSL 331.43º 0.65% 0.44% -
HSV(B) 331.43º 0.79% 0.73% -
XYZ 23.74 12.99 15.73 -
YUV 90.93 138.2 195.81 -
System Red Green Blue C M Y K H S L
Decimal 186 39 109 0 0.79 0.41 0.27 331.43 0.65 0.44
Hex BA 27 6D 0 4F 29 1B 14B 41 2C
Octal 272 47 155 0 117 51 33 513 101 54
Binary 10111010 100111 1101101 0 1001111 101001 11011 101001011 1000001 101100

Color Harmonies of #BA276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA276D

Black with #BA276D

Text Example


Text Example

White with #BA276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA276D; }

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

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

background-color css

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

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

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

border-color css

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

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

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