Html Css Color HEX #BA1896 Medium Violet Red

📋 copy color: '#BA1896'

red 186 ◦ green 24 ◦ blue 150

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

Shades of Medium Violet Red #BA1896

Tints of Medium Violet Red #BA1896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.67%

 BLUE value IS 150 (58.98% from 255) = 41.67%

R = 51.67%
G = 6.67%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA1896 (or 0xBA1896) is known color: Medium Violet Red. HEX triplet: BA, 18 and 96. RGB value is (186,24,150). Sum of RGB (Red+Green+Blue) = 186+24+150=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1896 is #45E769. Grayscale: #565656. Windows color (decimal): -4581226 or 9836730. OLE color: 9836730.

HSL color Cylindrical-coordinate representation of color #BA1896: hue angle of 313.33º degrees, saturation: 0.77, 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 #BA1896 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 24 150 -
CMYK 0 0.87 0.19 0.27
HSL 313.33º 0.77% 0.41% -
HSV(B) 313.33º 0.87% 0.73% -
XYZ 26.08 13.29 30.05 -
YUV 86.8 163.67 198.75 -
System Red Green Blue C M Y K H S L
Decimal 186 24 150 0 0.87 0.19 0.27 313.33 0.77 0.41
Hex BA 18 96 0 57 13 1B 139 4D 29
Octal 272 30 226 0 127 23 33 471 115 51
Binary 10111010 11000 10010110 0 1010111 10011 11011 100111001 1001101 101001

Color Harmonies of #BA1896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1896

Black with #BA1896

Text Example


Text Example

White with #BA1896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1896; }

 p { color: rgb(186,24,150); }

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

background-color css

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

 a { background-color: rgb(186,24,150); }

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

border-color css

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

 span { border-color: rgb(186,24,150); }

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