Html Css Color HEX #BA1B95 Medium Violet Red

📋 copy color: '#BA1B95'

red 186 ◦ green 27 ◦ blue 149

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

Shades of Medium Violet Red #BA1B95

Tints of Medium Violet Red #BA1B95

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.46%

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

R = 51.38%
G = 7.46%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA1B95 (or 0xBA1B95) is known color: Medium Violet Red. HEX triplet: BA, 1B and 95. RGB value is (186,27,149). Sum of RGB (Red+Green+Blue) = 186+27+149=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1B95 is #45E46A. Grayscale: #585858. Windows color (decimal): -4580459 or 9771962. OLE color: 9771962.

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

Color convert

RGB 186 27 149 -
CMYK 0 0.85 0.20 0.27
HSL 313.96º 0.75% 0.42% -
HSV(B) 313.96º 0.85% 0.73% -
XYZ 26.07 13.39 29.65 -
YUV 88.45 162.18 197.58 -
System Red Green Blue C M Y K H S L
Decimal 186 27 149 0 0.85 0.20 0.27 313.96 0.75 0.42
Hex BA 1B 95 0 55 14 1B 13A 4B 2A
Octal 272 33 225 0 125 24 33 472 113 52
Binary 10111010 11011 10010101 0 1010101 10100 11011 100111010 1001011 101010

Color Harmonies of #BA1B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B95

Black with #BA1B95

Text Example


Text Example

White with #BA1B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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