Html Css Color HEX #BA2795 Medium Red Violet

📋 copy color: '#BA2795'

red 186 ◦ green 39 ◦ blue 149

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

Shades of Medium Red Violet #BA2795

Tints of Medium Red Violet #BA2795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.84%

R = 49.73%
G = 10.43%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA2795 (or 0xBA2795) is known color: Medium Red Violet. HEX triplet: BA, 27 and 95. RGB value is (186,39,149). Sum of RGB (Red+Green+Blue) = 186+39+149=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2795 is #45D86A. Grayscale: #5F5F5F. Windows color (decimal): -4577387 or 9775034. OLE color: 9775034.

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

Color convert

RGB 186 39 149 -
CMYK 0 0.79 0.20 0.27
HSL 315.1º 0.65% 0.44% -
HSV(B) 315.1º 0.79% 0.73% -
XYZ 26.4 14.06 29.76 -
YUV 95.49 158.2 192.56 -
System Red Green Blue C M Y K H S L
Decimal 186 39 149 0 0.79 0.20 0.27 315.1 0.65 0.44
Hex BA 27 95 0 4F 14 1B 13B 41 2C
Octal 272 47 225 0 117 24 33 473 101 54
Binary 10111010 100111 10010101 0 1001111 10100 11011 100111011 1000001 101100

Color Harmonies of #BA2795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2795

Black with #BA2795

Text Example


Text Example

White with #BA2795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2795; }

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

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

background-color css

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

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

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

border-color css

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

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

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