Html Css Color HEX #BA2796 Medium Red Violet

📋 copy color: '#BA2796'

red 186 ◦ green 39 ◦ blue 150

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

Shades of Medium Red Violet #BA2796

Tints of Medium Red Violet #BA2796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40%

R = 49.6%
G = 10.4%
B = 40%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA2796 (or 0xBA2796) is known color: Medium Red Violet. HEX triplet: BA, 27 and 96. RGB value is (186,39,150). Sum of RGB (Red+Green+Blue) = 186+39+150=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2796 is #45D869. Grayscale: #5F5F5F. Windows color (decimal): -4577386 or 9840570. OLE color: 9840570.

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

Color convert

RGB 186 39 150 -
CMYK 0 0.79 0.19 0.27
HSL 314.69º 0.65% 0.44% -
HSV(B) 314.69º 0.79% 0.73% -
XYZ 26.48 14.09 30.18 -
YUV 95.61 158.7 192.47 -
System Red Green Blue C M Y K H S L
Decimal 186 39 150 0 0.79 0.19 0.27 314.69 0.65 0.44
Hex BA 27 96 0 4F 13 1B 13B 41 2C
Octal 272 47 226 0 117 23 33 473 101 54
Binary 10111010 100111 10010110 0 1001111 10011 11011 100111011 1000001 101100

Color Harmonies of #BA2796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2796

Black with #BA2796

Text Example


Text Example

White with #BA2796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2796; }

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

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

background-color css

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

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

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

border-color css

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

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

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