Html Css Color HEX #BA2988 Medium Red Violet

📋 copy color: '#BA2988'

red 186 ◦ green 41 ◦ blue 136

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

Shades of Medium Red Violet #BA2988

Tints of Medium Red Violet #BA2988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.29%

 BLUE value IS 136 (53.52% from 255) = 37.47%

R = 51.24%
G = 11.29%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA2988 (or 0xBA2988) is known color: Medium Red Violet. HEX triplet: BA, 29 and 88. RGB value is (186,41,136). Sum of RGB (Red+Green+Blue) = 186+41+136=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2988 is #45D677. Grayscale: #5E5E5E. Windows color (decimal): -4576888 or 8923578. OLE color: 8923578.

HSL color Cylindrical-coordinate representation of color #BA2988: hue angle of 320.69º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2988 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 41 136 -
CMYK 0 0.78 0.27 0.27
HSL 320.69º 0.64% 0.45% -
HSV(B) 320.69º 0.78% 0.73% -
XYZ 25.49 13.8 24.61 -
YUV 95.19 151.04 192.78 -
System Red Green Blue C M Y K H S L
Decimal 186 41 136 0 0.78 0.27 0.27 320.69 0.64 0.45
Hex BA 29 88 0 4E 1B 1B 141 40 2D
Octal 272 51 210 0 116 33 33 501 100 55
Binary 10111010 101001 10001000 0 1001110 11011 11011 101000001 1000000 101101

Color Harmonies of #BA2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2988

Black with #BA2988

Text Example


Text Example

White with #BA2988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2988; }

 p { color: rgb(186,41,136); }

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

background-color css

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

 a { background-color: rgb(186,41,136); }

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

border-color css

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

 span { border-color: rgb(186,41,136); }

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