Html Css Color HEX #BA1D89 Medium Violet Red

📋 copy color: '#BA1D89'

red 186 ◦ green 29 ◦ blue 137

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

Shades of Medium Violet Red #BA1D89

Tints of Medium Violet Red #BA1D89

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.24%

 BLUE value IS 137 (53.91% from 255) = 38.92%

R = 52.84%
G = 8.24%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA1D89 (or 0xBA1D89) is known color: Medium Violet Red. HEX triplet: BA, 1D and 89. RGB value is (186,29,137). Sum of RGB (Red+Green+Blue) = 186+29+137=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D89 is #45E276. Grayscale: #575757. Windows color (decimal): -4579959 or 8986042. OLE color: 8986042.

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

Color convert

RGB 186 29 137 -
CMYK 0 0.84 0.26 0.27
HSL 318.73º 0.73% 0.42% -
HSV(B) 318.73º 0.84% 0.73% -
XYZ 25.2 13.12 24.87 -
YUV 88.26 155.51 197.72 -
System Red Green Blue C M Y K H S L
Decimal 186 29 137 0 0.84 0.26 0.27 318.73 0.73 0.42
Hex BA 1D 89 0 54 1A 1B 13F 49 2A
Octal 272 35 211 0 124 32 33 477 111 52
Binary 10111010 11101 10001001 0 1010100 11010 11011 100111111 1001001 101010

Color Harmonies of #BA1D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D89

Black with #BA1D89

Text Example


Text Example

White with #BA1D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D89; }

 p { color: rgb(186,29,137); }

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

background-color css

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

 a { background-color: rgb(186,29,137); }

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

border-color css

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

 span { border-color: rgb(186,29,137); }

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