Html Css Color HEX #BA128C Medium Violet Red

📋 copy color: '#BA128C'

red 186 ◦ green 18 ◦ blue 140

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

Shades of Medium Violet Red #BA128C

Tints of Medium Violet Red #BA128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.23%

 BLUE value IS 140 (55.08% from 255) = 40.7%

R = 54.07%
G = 5.23%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA128C (or 0xBA128C) is known color: Medium Violet Red. HEX triplet: BA, 12 and 8C. RGB value is (186,18,140). Sum of RGB (Red+Green+Blue) = 186+18+140=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA128C is #45ED73. Grayscale: #515151. Windows color (decimal): -4582772 or 9179834. OLE color: 9179834.

HSL color Cylindrical-coordinate representation of color #BA128C: hue angle of 316.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA128C is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 140 -
CMYK 0 0.90 0.25 0.27
HSL 316.43º 0.82% 0.4% -
HSV(B) 316.43º 0.9% 0.73% -
XYZ 25.2 12.77 25.95 -
YUV 82.14 160.66 202.08 -
System Red Green Blue C M Y K H S L
Decimal 186 18 140 0 0.90 0.25 0.27 316.43 0.82 0.4
Hex BA 12 8C 0 5A 19 1B 13C 52 28
Octal 272 22 214 0 132 31 33 474 122 50
Binary 10111010 10010 10001100 0 1011010 11001 11011 100111100 1010010 101000

Color Harmonies of #BA128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA128C

Black with #BA128C

Text Example


Text Example

White with #BA128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA128C; }

 p { color: rgb(186,18,140); }

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

background-color css

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

 a { background-color: rgb(186,18,140); }

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

border-color css

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

 span { border-color: rgb(186,18,140); }

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