Html Css Color HEX #BA1988 Medium Violet Red

📋 copy color: '#BA1988'

red 186 ◦ green 25 ◦ blue 136

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

Shades of Medium Violet Red #BA1988

Tints of Medium Violet Red #BA1988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.2%

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

R = 53.6%
G = 7.2%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA1988 (or 0xBA1988) is known color: Medium Violet Red. HEX triplet: BA, 19 and 88. RGB value is (186,25,136). Sum of RGB (Red+Green+Blue) = 186+25+136=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1988 is #45E677. Grayscale: #555555. Windows color (decimal): -4580984 or 8919482. OLE color: 8919482.

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

Color convert

RGB 186 25 136 -
CMYK 0 0.87 0.27 0.27
HSL 318.63º 0.76% 0.41% -
HSV(B) 318.63º 0.87% 0.73% -
XYZ 25.04 12.91 24.46 -
YUV 85.79 156.34 199.47 -
System Red Green Blue C M Y K H S L
Decimal 186 25 136 0 0.87 0.27 0.27 318.63 0.76 0.41
Hex BA 19 88 0 57 1B 1B 13F 4C 29
Octal 272 31 210 0 127 33 33 477 114 51
Binary 10111010 11001 10001000 0 1010111 11011 11011 100111111 1001100 101001

Color Harmonies of #BA1988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1988

Black with #BA1988

Text Example


Text Example

White with #BA1988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1988; }

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

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

background-color css

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

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

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

border-color css

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

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

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